Skip to content

Commit

Permalink
Merge pull request #13 from nirus/bugfix/switch-yarn
Browse files Browse the repository at this point in the history
switched to yarn package manager
  • Loading branch information
nirus authored Oct 28, 2021
2 parents f33a3c8 + 89dbaff commit 664a14e
Show file tree
Hide file tree
Showing 4 changed files with 2,142 additions and 8,322 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ Hmmm, You need a working browser to run this project ( ***I can live with that!*

- Checkout the Repo to your local machine

- Next run `npm i` on the project root from terminal
- Next run `yarn` on the project root from terminal

- Now run `npm start` to start the server from terminal
- Now run `yarn start` to start the server from terminal

- Copy the url printed on the terminal window to your browser whick looks similar to `http://localhost:3000`

Expand Down
Loading

0 comments on commit 664a14e

Please sign in to comment.