Skip to content

Seirea/seirea-web

Repository files navigation

Seirea

Seirea is an open source grade viewer. It allows you to view all of your classes and assignments.

Primarily developed by the Seirea collective. All contributions are welcome!

Developing

Install dependencies

pnpm install

Run dev server

pnpm dev

Building

To create a production version of your app:

pnpm run build

You can preview the production build with pnpm run preview.

To deploy your app, you may need to install an adapter for your target environment.