Skip to content

clementallen/logbook

Repository files navigation

Logbook

Dependency Status devDependency Status

Quick start guide

  • Install NodeJS
  • Install MongoDB
  • Install GulpJS
  • Checkout the repository to your computer
  • Copy config/sample.config.js to config/config.js and populate the required fields
  • Run npm install within the repo directory
  • Run gulp deploy to build the static assets
  • Run node bin/www to start the server
  • Navigate to localhost:3007 in your browser and you should see the website!