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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,3 +12,8 @@ Other commands:
12
12
-`docker-compose logs -f main` streams logs from the Rocket app
13
13
-`docker-compose exec db psql -U postgres` opens a shell into the PostgreSQL database
14
14
-`docker-compose stop` stops the dev environment
15
+
16
+
17
+
**Using the frontend**
18
+
19
+
After starting the frontend, the frontend is now available at http://localhost:3000. If the backend is running, http://localhost:3000/api will proxy to it. Point your browser to http://localhost:3000/api/dev/login, which should create a test user and log you in.
0 commit comments