The web platform for cascade, a one-night coding riddle competition for the compsigh community run every semester
We welcome contributions from compsigh community members & friends. If you're experiencing a bug, please check the Issues to see if it's been resolved, or if we're working on it. Also feel free to let us know in Discord.
npm install
Start the development server:
npm run dev
-
Check linting (ESLint 8 with
eslint:recommended
,next
,next/core-web-vitals
,next/typescript
, andprettier
configurations):npm run lint
-
Automatically fix linting issues:
npm run lint:fix
-
Check formatting (Prettier):
npm run format
-
Automatically fix formatting issues:
npm run format:fix