You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -58,9 +58,10 @@ There are two ways to run Compass locally:
58
58
NOTE: If you get into a login loop, double check that the Docker services are running
59
59
60
60
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:
61
63
```sh
62
64
npm run db:seed # Seed the database with test data
63
-
# Must be done after login to Compass app
64
65
```
65
66
66
67
**Option 2: Run both server and supporting services locally**
0 commit comments