It's an API server for pr-train web app and browser extension.
- Run
npm install. - Copy
.env.exampleto.env. - In the
.envfile, replace theGITHUB_ORGwith an org you have access to. The org should have some teams created as well. - Generate a GitHub token that has that org's access. Put that token in
GITHUB_TOKENinside .env file.
The app and extension lives here.