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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,7 @@ A [flake.nix](flake.nix) file is provided in this repo. It currently doesn't use
62
62
## Running Locally
63
63
64
64
The first time you run locally, start with `make reset_fixtures`, then on subsequent runs just use `make serve`.
65
+
`make reset_fixtures` will set up some basic test data in your local database, and will copy all projects from `./transcripts/fixtures/projects.txt` and `./transcripts/fixtures/custom_projects.txt` from Share into your local database.
65
66
66
67
Data changes in Postgres using `make serve` are persistent locally.
67
68
You can reset the database to a known state with `make reset_fixtures`.
0 commit comments