Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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êpes

Mix 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.