Skip to content

Nonexistent-Name/gradevue

Repository files navigation

GradeVue

An improved StudentVue experience.

Developing

Make sure to have Bun installed, then run bun install to install dependencies. To start a development server:

bun run dev

Building

To create a production version of your app:

bun run build

You can preview the production build with bun run preview.

Commits to this repository will automatically be deployed to Vercel.