Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 583 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 583 Bytes

CogniCity REM Analysis

DEPRECATED

This was a prototype. See new complete version at https://github.com/urbanriskmap/cognicity-analytics

Single page webapp for data analysis on data gathered by cognicity. Uses the angular seed project as a starter.

To start the project run:

npm install
npm start

To build the project run

npm install
npm run build.prod

or use npm run build.dev for dev build.

#Testing: npm test runs the tests once

npm run test.watch all tests will run on any file change