Skip to content

spiralxyz/bitcoinmythology.org

Repository files navigation

Bitcoin Mythology

The Spiral Book of Bitcoin Mythology.

Build

Content

The content can be edited via the JSON files in the content directory.

Local build

Node.js is a prerequisite, the dependencies are managed via npm. Once you have cloned this repo, you can setup the packages:

npm install

Create a build and rebuild on file change:

npm start

This will bring up the dev server and pattern library on localhost:3000.