9 lines
217 B
Markdown
9 lines
217 B
Markdown
|
# Try not to starve!
|
||
|
A generator for simple food recipes if you havn't any idea what to eat.
|
||
|
|
||
|
It's just static html, css and js. You can serve it with any webserver and try it out. eg:
|
||
|
|
||
|
```
|
||
|
python3 -m http.server
|
||
|
```
|