Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonneutert/pizza-dough-calculator
This project is not much more than a cheap rip-off from Städler Made has undeniabely one of THE BEST recipes for pizza dough's on their website! Please, visit their page and take a look around before continuing here, they really deserve it!
https://github.com/simonneutert/pizza-dough-calculator
cljs clojurescript single-page-app single-page-applications spa
Last synced: about 1 month ago
JSON representation
This project is not much more than a cheap rip-off from Städler Made has undeniabely one of THE BEST recipes for pizza dough's on their website! Please, visit their page and take a look around before continuing here, they really deserve it!
- Host: GitHub
- URL: https://github.com/simonneutert/pizza-dough-calculator
- Owner: simonneutert
- Created: 2022-09-06T22:02:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-06T10:22:45.000Z (2 months ago)
- Last Synced: 2024-09-06T12:43:21.220Z (2 months ago)
- Topics: cljs, clojurescript, single-page-app, single-page-applications, spa
- Language: Clojure
- Homepage: https://pizza.trojanischeresel.de
- Size: 2.35 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.DEVELOPMENT.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Hello, (hungry) Pizza-Dough-Developer!
this is a very basic [shadow-cljs](https://github.com/thheller/shadow-cljs) project. The linked Readme/Documentation is plentyful to help you get going.
## VS Code + Calva
This is how I do it with *Node 22.8.0* and Clojure installed in VS Code:
1. from the command palette (Shift+CMD+P) `Start a REPL and Connect (aka Jack-In)`
2. choose `shadow-cljs`
3. check ":frontend" + ":test" when prompted
4. ☕️ wait for the REPL to start
5. Select which build to connect to, choose `:frontend`
6. visit [localhost:8080](localhost:8080)
7. develop with the REPLAfter this, open the test file, hit `CMD+S` or `CTRL+S` to save the file and the tests will run automatically. The result will be printed to your REPL.
## Autoformat Code
#### check first
```bash
$ clojure -Sdeps '{:deps {cljfmt {:mvn/version "0.9.0"}}}' \
-M -m cljfmt.main check
```#### fix code
```bash
$ clojure -Sdeps '{:deps {cljfmt {:mvn/version "0.9.0"}}}' \
-M -m cljfmt.main fix
```there is a script in `bin/` 🙃
## Contributions
PRs are welcome!
Please note, I am still very new in the Clojure-verse, so there might be something very very weird to look at.
At the time being there is no automation, so please, chip in your knowledge here!
**And/Or** make sure you format your code properly and all the tests pass 🚦