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
# Ensure that clerk is setup in `client` and a user is created by following the instructions here: https://docs.revert.dev/overview/developer-guide/developer-guide#-revertdotdev-client
18
+
# Ensure that [clerk](https://clerk.com/docs/quickstarts/setup-clerk) is setup in `client` and a user is created by following the instructions here: https://docs.revert.dev/overview/developer-guide/developer-guide#-revertdotdev-client
19
19
20
20
# Update these .env files with any of your own secrets if you'd like to.
21
21
@@ -29,14 +29,14 @@ docker-compose up -d
29
29
30
30
```
31
31
32
-
The UI is now available at http://localhost:3000 and the backend is available at http://localhost:4001. This also contains a postgres database alongside the API.
32
+
The UI is now available at http://localhost:3000 and the backend is available at http://localhost:4001. This also contains a Postgres database alongside the API.
33
33
34
34
35
35
#### Run Revert with your own database & redis
36
36
37
-
The above steps allow you to spin up a postgres & redis instance alongside the API and UI.
37
+
The above steps allow you to spin up a Postgres & Redis instance alongside the API and UI.
38
38
39
-
To use your own postgres & redis instance run the following set of commands:
39
+
To use your own Postgres & Redis instance run the following set of commands:
0 commit comments