https://jldec.github.io/pub-doc/
This website is generated from markdown using pub-server
To edit the site locally, clone this repo, then
npm install
(pub-server
is included as a dependency. If you prefer to run pub-server globally, run npm link pub-server
before running npm install
.)
To preview at http://localhost:3001/ while you edit the markdown (using any editor).
npm run pub
The browser preview will auto-reload whenever you save a file.
To generate a new set of html and copy static files into ./docs.
npm run generate
To preview the generated static output at http://localhost:3001/
npm test
The gh-pages website is published from the output in the ./docs
directory.