rofrischmann/elodin

View on GitHub
website/pages/docs/setup/installation.mdx

Summary

Maintainability
Test Coverage
import DocLayout from '../../../components/DocLayout.js'

export default DocLayout

# Installation

Depending on which target(s) you're building for, there are different installation steps and requirements.<br />
Usually you'll start by installing the core package and the CLI.

```bash
yarn add @elodin/core @elodin/cli
```

Alternatively, one can also use npm.

```bash
npm i --save @elodin/core @elodin/cli
```