docs: add last 'local dev' step

This commit is contained in:
martin-mfg
2026-01-03 16:30:52 +01:00
parent bd5cef2022
commit 1aa0b1af3e
+1
View File
@@ -7,6 +7,7 @@ To run and test GitHub-Stats-Extended, you need to follow a few simple steps:
1. create [your own deployment](../docs/deploy.md)
2. optional: add an SQL database; by using e.g. the ["Nile" integration](https://vercel.com/marketplace/nile) or by manually setting the environment variable `POSTGRES_URL`
3. optional: [create your own OAuth App](https://github.com/settings/developers) and set environment variables `OAUTH_REDIRECT_URI`, `OAUTH_CLIENT_ID` and `OAUTH_CLIENT_SECRET` on Vercel accordingly
4. optional: in addition to the Vercel project based on the `backend` folder, create a second project based on the `frontend/frontend` folder. No evironment variables needed.
## Themes Contribution