Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 459 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 459 Bytes

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.