An open API service indexing awesome lists of open source software.

https://github.com/septatrix/grater

Simple project to calculate which grades you should omit from your degree certificate (and the resulting grade)
https://github.com/septatrix/grater

grade grades noten notenstreicher rwth

Last synced: 11 months ago
JSON representation

Simple project to calculate which grades you should omit from your degree certificate (and the resulting grade)

Awesome Lists containing this project

README

          

# Grater

> Nothing but a cheese grater for grades!

## Installation instructions

> [!NOTE]
> Most up-to-date informations can always be inferred from the GitHub Action
> which is used to build and deploy this project.

**Prerequisites**:

* `nodejs`
* `pnpm`
* `rust` >= 1.78.0
* including the `wasm32-unknown-unknown` target

**Setup**:

Run `pnpm install` to install all dependencies.
Afterwards, run `pnpm exec wasm-pack build`
to generate the WASM package of grater.

You should now be ready to run `pnpm run dev`.