>$ npm clean-install
>$ npm run dev
>$ npm run watch 
>$ npm run production 
To test the website it needs to be run on a HTTP server a quick way of doing this is with python is:
$ python -m SimpleHTTPServer 8000
This makes the website available on http://localhost:8000.
Note
The default branch of this repository is source.
The branch source is used when building the website for deployment to GitHub pages.
Deployment to GitHub Pages can be
- manually run from this Actions tab and
- runs automatically when a tagged release is created on GitHub