We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 105f355 commit f101605Copy full SHA for f101605
README.md
@@ -91,6 +91,7 @@ making changes to the API.
91
2. Copy `api/.env.example` to `api/.env`
92
3. Set `GITHUB_CLIENT_ID` and `GITHUB_CLIENT_SECRET` to the values from the
93
GitHub App you created in step 1.
94
+ 4. Set `DATABASE_URL` to point to your local Postgres database.
95
- Install `sqlx` by running `cargo install sqlx-cli`
96
97
**macOS**
0 commit comments