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
5. Follow the database setup instructions on the [wiki](https://github.com/CSSS/csss-site-backend/wiki/1.-Local-Setup#database-setup). The recommended way is to do it through Docker, but both should work.
36
36
6. You will need to set the following environment variables
37
37
```bash
38
-
export DB_PORT=5444 #The port your database is listening at
38
+
export DB_PORT=5444 #If you're using Docker
39
39
export LOCAL=true # Should be true if you're running this locally
0 commit comments