This uses the unfold static site generator.
To build:
- Install node.js
- Run
npm install -g unfold
- Run
npm run build
To view locally:
- Run
npm install -g node-static
- Run
static out
- Point your web browser at http://localhost:8080
This uses the unfold static site generator.
To build:
npm install -g unfold
npm run build
To view locally:
npm install -g node-static
static out