the person that first created this site is NOT a webdev by any means, so please bear with any poor design choices and unclean code.
- nextjs 15.2.3
- react 18.2.0
- mantine 7.17.3 (sorry if ur mad abt this)
if you are a new contributor, git clone the repo and run
npm install
to install all the dependencies.
to launch local host, run
npm run dev
when you push to remote repo, vercel will try to auto deploy the site. if there are any lint problems, vercel will cry, so run
npx next lint
and correct any lint issues first.