Skip to content

Commit

Permalink
Added important note about using SEED_FIREBASE flag
Browse files Browse the repository at this point in the history
  • Loading branch information
chimon2000 committed Oct 2, 2018
1 parent aa8b826 commit 0675dfc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ on the dependencies we use.
* In a separate terminal (re-run `nvm use` if needed) run `yarn start` to start the back-end in development mode. The back end runs on port 3001 and the development mode front-end server will act as a reverse proxy for it. If you get an error
saying you need to install sqlite3 manually, run `yarn add sqlite3`.
* Run `yarn seed` to generate sample data.
* **IMPORTANT**: If you plan on testing authentication, run `SEED_FIREBASE=true yarn seed`

Read [Front end development notes here](#front-end-development).

Expand Down Expand Up @@ -63,7 +64,7 @@ Optionally, set up a [mailtrap.io] account if you are working on
emails. Put your account info in `env.js` (see `env.example.js` for an
example).

Seed database: `node seed`
Seed database: `yarn seed`

Run tests: `yarn test-server`

Expand Down

0 comments on commit 0675dfc

Please sign in to comment.