Use locally:
$ make dev
Deploy live:
$ git push
Test static version locally:
$ make dist
$ npx serve out/dist
$ open http://localhost:5000
To add a blog post, create a new markdown file in [content/].
npx netlify init- Create a FaunaDB database manually
node data/fauna-setup.jsand follow instructions
This repo was started with:
npx degit "rixo/sapper-template-hot#webpack" .