https://github.com/cycneuramus/pizzadough
Calculate pizza dough recipes using baker's percentages
https://github.com/cycneuramus/pizzadough
karax karax-framework nim nim-lang pizza single-page-app
Last synced: 22 days ago
JSON representation
Calculate pizza dough recipes using baker's percentages
- Host: GitHub
- URL: https://github.com/cycneuramus/pizzadough
- Owner: cycneuramus
- License: gpl-3.0
- Created: 2025-10-19T09:15:26.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-12-06T09:26:24.000Z (8 months ago)
- Last Synced: 2025-12-10T02:56:21.242Z (8 months ago)
- Topics: karax, karax-framework, nim, nim-lang, pizza, single-page-app
- Language: Nim
- Homepage:
- Size: 114 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
Awesome Lists containing this project
README
# `pizzadough`
A tiny, single page, live-updating web application that calculates pizza dough recipes using baker's percentages. It is written in [Nim](https://nim-lang.org) using the [Karax](https://github.com/karaxnim/karax/) framework.
## Usage
### Compile
Use Nim's [JavaScript backend](https://nim-lang.org/docs/backends.html#backends-the-javascript-target):
`nim js -d:release -o:main.js main.nim`
### Serve
1. Place `main.js` alongside `index.html`
2. Point your favorite web server at `index.html`
______________________________________________________________________
### Screenshot
