This repository contains a demo Student Information System built with SvelteKit and Supabase.
Install dependencies and start the dev server:
npm install
npm run devRun tests with:
npm testBuild for production:
npm run buildDetailed documentation is available in the docs directory. Start with docs/README.md.