Skip to content

AESTUMARIS is a little tool to calculate grades based on the points, reached in a classtest.

License

Notifications You must be signed in to change notification settings

tametsi/aestumaris-grade-calculation

Repository files navigation

AESTUMARIS - Grade Calculation

AESTUMARIS is a little tool to calculate grades based on the points, reached in a classtest.

I started this project because it was (really) boring during school lessons and so I had something to do. So just don´t expect this to be a great project 🦎.

Setup

Requires Node.js

# install dependencies
npm install

# start dev server
npm run dev

# build the app
npm run build

# check the project with svelte-check
npm run check

Libraries