Skip to content

pubkeyspace/home

Repository files navigation

KZG2 Website

Netlify Status

https://kzg2.netlify.com

Usage

Use locally:

$ make dev

Deploy live:

$ git push

Test static version locally:

$ make dist
$ npx serve out/dist
$ open http://localhost:5000

Blog

To add a blog post, create a new markdown file in [content/].

To setup a new fork:

  1. npx netlify init
  2. Create a FaunaDB database manually
  3. node data/fauna-setup.js and follow instructions

Frameworks:

This repo was started with:

npx degit "rixo/sapper-template-hot#webpack" .