DunedinJS website built with the excellent Hexo static website generator.
The primary domain, dunedin.js.org is kindly provided by dns.js.org.
- In one terminal run
npm run dev— this watches source files and re-builds automatically. - In another terminal run
npm start— this serves the built files from thepublicdirectory.
npm run deploy— you will be prompted for your GitHub user credentials.
There are standalone npm run clean and npm run build tasks.
npm run hexo -- can be followed by any commands which Hexo supports.
For example npm run hexo -- new post sample to create a new post.