Skip to content

mitar/peerdocument

 
 

Repository files navigation

PeerDocument

How to run

Before trying to run this project, make sure you have Node v6 LTS recommended installed.

node -v

Make 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 mongo

Clone the repository and install dependencies. It will also run the necessary webpack build task automatically for you.

npm install

Run the project:

DEBUG=peerdocument:* npm start

Development watch task

For convenience while developing, a build task with watch is included:

npm run watch

About

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 83.7%
  • CSS 9.5%
  • HTML 5.5%
  • Shell 1.3%