Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/girardinsamuel/cook
Website to host cooking recipes
https://github.com/girardinsamuel/cook
Last synced: about 2 months ago
JSON representation
Website to host cooking recipes
- Host: GitHub
- URL: https://github.com/girardinsamuel/cook
- Owner: girardinsamuel
- Created: 2020-12-20T21:50:23.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-23T12:07:23.000Z (about 2 years ago)
- Last Synced: 2024-10-15T15:34:36.944Z (3 months ago)
- Language: Vue
- Homepage: cook.vercel.app
- Size: 1.04 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cook
## Build Setup
```bash
# install dependencies
$ npm install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm run start# generate static project
$ npm run generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).