Skip to content

Commit

Permalink
update README to use yarn commands
Browse files Browse the repository at this point in the history
  • Loading branch information
aristidesstaffieri committed Oct 19, 2023
1 parent 95a0c6f commit ca47368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ You will need
- Yarn (>=v1.22.5): https://classic.yarnpkg.com/en/docs/install

## Development
`npm i && npm run start`
`yarn i && yarn start`

## Production build
`npm run build:prod`
`yarn build:prod`

0 comments on commit ca47368

Please sign in to comment.