Skip to content

For Human Dynamics open collaboration on CoreID project

License

Notifications You must be signed in to change notification settings

kd5ziy/TrustCoreID

 
 

Repository files navigation

TrustCoreID

For Human Dynamics open collaboration on CoreID project.

Check Out the Demo

Video of an initial walk through and discussion is available on the GitHub Pages site for this project, here: https://mitmedialab.github.io/TrustCoreID

Learn More About the Project

More information about the scope and context of this project is available here: https://github.com/mitmedialab/TrustCoreID/blob/master/docs/ProjectScopeAndContext.md

Thanks and Attributions

screen shot 2017-06-27 at 4 16 10 pm

Preparing dev environment

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

About

For Human Dynamics open collaboration on CoreID project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.4%
  • CSS 3.4%
  • HTML 0.2%