Skip to content

jsrepojs/docs

Repository files navigation

jsrepo

jsrepo docs

The docs site for jsrepo

Development

pnpm install

pnpm dev

Environment variables

You'll need to provide the following environment variables:

GITHUB_TOKEN=""
GITLAB_TOKEN=""
UPSTASH_REDIS_URL=""
UPSTASH_REDIS_TOKEN=""
DATABASE_URL="" # postgres db

Contributing

Make sure to format and lint the code before submitting a PR!

pnpm format

pnpm lint