Turning code review into developer joy
- create a
.env
file in the root of the project- create a github access token
- add OCTOKIT_SECRET_KEY=PUT_TOKEN_HERE to the
.env
file
- add OCTOKIT_SECRET_KEY=PUT_TOKEN_HERE to the
- create an openai account and retrieve two keys one for Org and one for Project
- add those to
.env
file as OPENAI_ORG_KEY and OPENAI_PROJECT_KEY
- create a github access token
- Start the Frontend
- open a terminal running node 20+
npm i && npm run dev
- Start the Backend
- open a terminal running node 20+
- cd src/served && npm i && npx tsc && node dist/app.js