- Node.js
- Typescript
- Yarn
The following commands are in the package.json for reference:
yarn install
yarn build
yarn start
Both the frontend and backend rely on a .env file with various secrets and API keys. The .env files are not checked into version control. If you require the .env, contact a contributor to this repo for a copy.
This project makes use of a modified version of realVEct0r's leetcode-api.