Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johanbook/cooking
Cooking recipes
https://github.com/johanbook/cooking
cooking recipes wiki
Last synced: 9 days ago
JSON representation
Cooking recipes
- Host: GitHub
- URL: https://github.com/johanbook/cooking
- Owner: johanbook
- Created: 2021-07-12T18:37:00.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-31T10:14:37.000Z (25 days ago)
- Last Synced: 2024-12-31T11:21:30.166Z (25 days ago)
- Topics: cooking, recipes, wiki
- Language: JavaScript
- Homepage:
- Size: 947 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cooking
These are my cooking docs. They use Docusaurus.
## Development
To start a development server run
```sh
npm run dev
```## Deployment
The docs are hosted on Github pages and can be deployed using
```sh
npm run deploy
```