System Requirements: Node.JS v4
-
Clone the repository.
-
Copy the .env file from the K drive (K:\Projects\Contours\env) into the root of your cloned repository.
-
Install node modules.
npm install -
Test the app.
npm test -
Build the docs (HTML, LESS/CSS, JS).
Development
gruntProduction
grunt build:release -
Run the app.
npm start