Before trying to run this project, make sure you have Node v6 LTS recommended installed.
node -vMake sure MongoDB it's installed and running. Alternatively, if you have Docker installed you can spin an instance quickly by running the command:
docker run -p 27017:27017 mongoClone the repository and install dependencies. It will also run the necessary webpack build task automatically for you.
npm installRun the project:
DEBUG=peerdocument:* npm startFor convenience while developing, a build task with watch is included:
npm run watch