We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63e5e2a + 2621373 commit 9b5456eCopy full SHA for 9b5456e
CONTRIBUTING.md
@@ -42,9 +42,8 @@ commit messages are standardized:
42
### Frontend setup
43
44
- Run `cd frontend`
45
-- Run `yarn install` to install all dependencies.
46
-- Run `yarn start` to start the server and visit [site](http://localhost:3000).
47
- > Note: This app uses `yarn` as the package manager, so do not use `npm` in frontend as it may cause some conflicts.
+- Run `npm install` to install all dependencies.
+- Run `npm start` to start the server and visit [site](http://localhost:3000).
48
49
### Before making PR
50
frontend/README.md
0 commit comments