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
@@ -59,7 +59,8 @@ There are two ways to run Compass locally:
59
59
60
60
4. Seed database (Optional)
61
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:
62
+
This runs the seed script with test data. You will first need to log in to Compass with Google OAuth
63
+
to create the first user (see **Authentication** section below). Then, run the following:
63
64
```sh
64
65
npm run db:seed # Seed the database with test data
0 commit comments