Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Note working node version #507

Merged
merged 1 commit into from
Oct 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ We hope for Portal to

## dev

0. Please use `node v16`, 17+ doesn't work.
1. Setup `.env` file to contain
```bash
REACT_APP_FIREBASE_API_KEY=...
Expand All @@ -37,7 +38,7 @@ We hope for Portal to
REACT_APP_FIREBASE_APP_ID=...
REACT_APP_FIREBASE_MEASUREMENT_ID=...
```
1. run `yarn && yarn start` to start the development server on `http://localhost:3000/`
2. run `yarn && yarn start` to start the development server on `http://localhost:3000/`

<hr>

Expand Down
Loading