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 🦎.
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