Skip to content

Commit 2621373

Browse files
docs: update frontend setup in CONTRIBUTING.md
1 parent 63e5e2a commit 2621373

File tree

2 files changed

+2
-73
lines changed

2 files changed

+2
-73
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,8 @@ commit messages are standardized:
4242
### Frontend setup
4343

4444
- 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.
45+
- Run `npm install` to install all dependencies.
46+
- Run `npm start` to start the server and visit [site](http://localhost:3000).
4847

4948
### Before making PR
5049

frontend/README.md

Lines changed: 0 additions & 70 deletions
This file was deleted.

0 commit comments

Comments
 (0)