The docs site for jsrepo
pnpm install
pnpm dev
You'll need to provide the following environment variables:
GITHUB_TOKEN=""
GITLAB_TOKEN=""
UPSTASH_REDIS_URL=""
UPSTASH_REDIS_TOKEN=""
DATABASE_URL="" # postgres db
Make sure to format and lint the code before submitting a PR!
pnpm format
pnpm lint