Skip to content

Commit

Permalink
Fix references to Yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
aschempp committed Feb 24, 2025
1 parent fa7ceac commit a3f3f0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ $ composer.phar install
```


Install Javascript dependencies using Yarn.
Install Javascript dependencies using NPM.

```
$ yarn install
$ npm install
```


Expand Down
2 changes: 1 addition & 1 deletion docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The frontend is a SPA (Single Page Application) build using Vue.js.
To start the frontend server run the following command:

```
$ yarn run serve
$ npm run serve
```

This will automatically open your default browser with the frontend.
Expand Down

0 comments on commit a3f3f0c

Please sign in to comment.