For Human Dynamics open collaboration on CoreID project.
Video of an initial walk through and discussion is available on the GitHub Pages site for this project, here: https://mitmedialab.github.io/TrustCoreID
More information about the scope and context of this project is available here: https://github.com/mitmedialab/TrustCoreID/blob/master/docs/ProjectScopeAndContext.md
Setup:
npm install
npm rebuild
cd app
npm install
npm run rebuild
create .env
file in application folder with following properties:
HOST=localhost
PORT=5150
COUCH_URL=http://couch-domain:5984
COUCH_USERNAME=username
COUCH_PASSWORD=password
Start server (execute from project root)
node server/server.js
In a new terminal, start client (execute from project root)
npm run dev