mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-11 09:34:35 +08:00
Merge pull request #703 from popey456963/patch-1
Firebase no longer sets a default, instead uses ID.
This commit is contained in:
commit
08315524e0
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
|
||||
1. Run `npm install` in the project root directory to install dependencies.
|
||||
1. Run `npm run start:dev` to start a local dev server on port 5000. It will watch for changes and rebuild when you edit files in `src/` or `public/`. Use ctrl+c to stop it.
|
||||
- Run `firebase use default` if you run into any errors for this.
|
||||
- Run `firebase use <your-project-id>` if you run into any errors for this.
|
||||
|
||||
## Standards and Conventions
|
||||
|
||||
|
|
Loading…
Reference in a new issue