replace npm commands with yarn
This commit is contained in:
parent
bad58652b8
commit
e6001c47c8
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
1. Run `npm install`
|
1. Run `yarn`
|
||||||
2. Run `npm run dev`
|
2. Run `yarn run devdev`
|
||||||
3. Your site will be available on http://localhost:3000
|
3. Your site will be available on http://localhost:3000
|
||||||
|
|
||||||
## Formatting
|
## Formatting
|
||||||
|
|
||||||
Before committing, run `npm run format` to format your code.
|
Before committing, run `yarn run format` to format your code.
|
||||||
|
|
||||||
Recommended: Use a [Prettier editor integration](https://prettier.io/docs/en/editors.html) to automatically format on save
|
Recommended: Use a [Prettier editor integration](https://prettier.io/docs/en/editors.html) to automatically format on save
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user