Skip to content

Commit

Permalink
docs: #70 update getting started docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Baroshem committed Sep 11, 2021
1 parent a077e75 commit 0d14f5f
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,29 @@

## How to start if you want to try out the integration

```
```bash
yarn global add @vue-storefront/cli
```

```bash
vsf init <project_name>
```

Choose `Vendure (beta)` or use `Custom template from Github` option and type: `https://github.com/vuestorefront/template-vendure.git`.

```bash
cd <project_name>
```

```bash
yarn
```
vsf init <project_name> && cd <project_name> && yarn && yarn dev

```bash
yarn dev
```


## How to start if you want to contribute?

Want to contribute? Ping us on `vendure` channel on [our Discord](https://discord.vuestorefront.io)!

0 comments on commit 0d14f5f

Please sign in to comment.