Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 541 Bytes

File metadata and controls

28 lines (17 loc) · 541 Bytes

GräddIT

Calculator website for calculating the ingredients of turquoise whipped cream like P.R.I.T. makes.

Deployment

Using Docker run

docker run -p "8080:8080" ghcr.io/cthit/graddit:latest

Using Docker Compose

See 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:

node .

All files are served statically from public/.