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

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

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
```