Skip to content

Commit be0c870

Browse files
authored
Update README.md
Make it more clear you need to log in with Google OAuth to generate the first user before you can run the seed script.
1 parent 406cf35 commit be0c870

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,10 @@ There are two ways to run Compass locally:
5858
NOTE: If you get into a login loop, double check that the Docker services are running
5959

6060
4. Seed database (Optional)
61+
62+
This runs the seed script with test data. You will first need to log in to Compass with Google OAuth to create the first user. Then, run the following:
6163
```sh
6264
npm run db:seed # Seed the database with test data
63-
# Must be done after login to Compass app
6465
```
6566

6667
**Option 2: Run both server and supporting services locally**

0 commit comments

Comments
 (0)