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)
- Host: GitHub
- URL: https://github.com/septatrix/grater
- Owner: septatrix
- Created: 2022-10-12T19:13:39.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-07T17:50:56.000Z (over 1 year ago)
- Last Synced: 2025-01-08T06:51:24.007Z (about 1 year ago)
- Topics: grade, grades, noten, notenstreicher, rwth
- Language: TypeScript
- Homepage: https://septatrix.github.io/grater/
- Size: 304 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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`.