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 unfoldnpm run buildTo view locally:
npm install -g node-staticstatic out