Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 667 Bytes

README.md

File metadata and controls

38 lines (30 loc) · 667 Bytes

Contours API (Node.JS)

System Requirements: Node.JS v4

Local Setup

  1. Clone the repository.

  2. Copy the .env file from the K drive (K:\Projects\Contours\env) into the root of your cloned repository.

  3. Install node modules.

    npm install
    
  4. Test the app.

    npm test
    
  5. Build the docs (HTML, LESS/CSS, JS).

    Development

    grunt
    

    Production

    grunt build:release
    
  6. Run the app.

    npm start
    

Project Info

Contours JIRA Project

Application Info

Contours APPINFO Page