Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/j-maas/recipe-box
Make recipes your own and cooking fun.
https://github.com/j-maas/recipe-box
Last synced: 11 days ago
JSON representation
Make recipes your own and cooking fun.
- Host: GitHub
- URL: https://github.com/j-maas/recipe-box
- Owner: j-maas
- Created: 2020-04-05T14:56:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-15T14:23:18.000Z (almost 3 years ago)
- Last Synced: 2024-10-27T13:13:33.899Z (about 2 months ago)
- Language: Elm
- Homepage:
- Size: 630 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Recipe Box
## Try it out!
1. Open the app at [j-maas.github.io/recipe-box](https://j-maas.github.io/recipe-box/).
2. Add a new recipe, for example this one:
```
# CrêpesMix with , , , and melted .
Let rest. Fry in a pan with some .
```
3. Open the recipe and start cooking!## Development
1. `npm install` to install dependencies.
2. `npm run watch` to start a server that makes the app available at http://localhost:8000.Tests can be run with `npm run test`.
To build everything, run `npm run build` and deploy the `dist` folder.