Important! Currently you need to use Node v14.
>$ npm 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:
$ python -m SimpleHTTPServer 8000