Skip to content

Commit

Permalink
Use yarn notice
Browse files Browse the repository at this point in the history
  • Loading branch information
mullerch authored Mar 30, 2020
1 parent 157a237 commit da888ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,11 @@ The frontend uses vue-cli. Please refer to the [official documentation](https://

### Setup

Please be sure to use 'yarn' instead of 'npm' as package manager.

1. Clone this repository
2. Create a `.env` file based on the `.env.example` file and fill it with your configuration. See below to learn more about the configuration.
4. Run `npm run serve` to test locally and `npm run build` to build application
4. Run `yarn serve` to test locally and `yarn build` to build application

#### Configuration

Expand Down

0 comments on commit da888ad

Please sign in to comment.