Source code repository for Root Elements website.
Clone this repository using "git clone %REPO_URL%"
Run "npm install" in a terminal. Tested using node 10, npm 6 and bash on OSX 10.13.6. Also tested using node 12 on Win 10.
Run "npm run watch". This will create a dist folder, compile and copy HTML / CSS / JS files, fetch assets from AWS, and start a live server that hot-reloads on file changes. Website can be accessed using localhost:8080 in any browser.
Run "npm run build".