/hackerboard

Primary LanguageJavaScript

Tool for presenting projects for your hackathon

Based on the MEAN.io stack

Development

Requires a running mongodb

  1. Install npm packages
npm install
  1. Install yeoman packages
cd client
npm install
  1. Install compass
gem install compass
  1. Install grunt
npm install -g grunt-cli
  1. Start dev server port 3000
node server.js