Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 578 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 578 Bytes

Root Elements

Source code repository for Root Elements website.

Syncing

Clone this repository using "git clone %REPO_URL%"

Installing

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.

Building on local machine

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.

Building for production

Run "npm run build".