https://github.com/cthit/graddit
A calculator for making P.R.I.T.s whipped cream
https://github.com/cthit/graddit
Last synced: 19 days ago
JSON representation
A calculator for making P.R.I.T.s whipped cream
- Host: GitHub
- URL: https://github.com/cthit/graddit
- Owner: cthit
- Created: 2025-02-25T18:38:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-05-30T08:38:57.000Z (about 1 month ago)
- Last Synced: 2026-05-30T10:17:43.475Z (about 1 month ago)
- Language: CSS
- Homepage: https://graddit.chalmers.it
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# GräddIT
Calculator website for calculating the ingredients of turquoise whipped cream
like [P.R.I.T.](https://prit.chalmers.it) makes.
## Deployment
### Using Docker run
```console
docker run -p "8080:8080" ghcr.io/cthit/graddit:latest
```
### Using Docker Compose
See [`compose.yaml`](./compose.yaml) for an example.
## Development
Thank you for wanting to contribute! GraddIT is written in plain JavaScript, so
to start the server simply run:
```console
node .
```
All files are served statically from [`public/`](./public).