Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 641 Bytes

README.md

File metadata and controls

42 lines (30 loc) · 641 Bytes

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