https://github.com/sc5/netlify-workshop
Netlify-Contentful workshop code templates
https://github.com/sc5/netlify-workshop
Last synced: 11 months ago
JSON representation
Netlify-Contentful workshop code templates
- Host: GitHub
- URL: https://github.com/sc5/netlify-workshop
- Owner: SC5
- Created: 2018-01-05T14:19:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-05T14:20:11.000Z (over 8 years ago)
- Last Synced: 2025-06-30T14:07:12.416Z (12 months ago)
- Language: CSS
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Netlify workshop
## Static site example
```
cd manual
npm install
# Build site
gulp
# Build site while developing
gulp watch
````
## Contentful integration example
```
cd contentful
npm install
# Build site while developing
roots watch
```