Modern Comp Tutoring

The website for Modern Comp Tutoring

Installing

This project uses pnpm for dependency management. If you don't have it installed, you can install it with npm install -g pnpm.

# install dependencies
pnpm install

Developing

# start dev server
pnpm dev

Building

# build for production
pnpm build

This project runs on Vercel and was created by CoopTRUE