A minimal Vite-powered website (vanilla JS). Allows students to create a join classes and set up study sessions with ease
- Node.js 18+ and npm
- Install dependencies
npm install- Start the dev server (auto-opens browser)
npm run devThe site will be available at http://localhost:5173
npm run buildnpm run preview