No description
  • HTML 37.1%
  • JavaScript 29.3%
  • CSS 27.9%
  • Python 3%
  • C++ 2.7%
Find a file
2014-01-23 12:48:07 -05:00
images Finished Server Base and Frontend Base 2013-12-08 18:48:05 -05:00
public Fixed condition on return to Timer 2013-12-11 15:41:51 -05:00
routes/htcpcp Fixed Serial Settings for actual Spec 2014-01-23 12:48:07 -05:00
src Added Arduino .ino file 2014-01-23 12:48:07 -05:00
.bowerrc Scaffolding 2013-11-15 20:11:18 -05:00
.gitignore Added Basic countdown (unfinished) 2013-12-11 14:50:52 -05:00
.jshintrc Added JSHint to Gruntfile, linted files 2014-01-06 14:51:57 -05:00
.npmignore Scaffolding 2013-11-15 20:11:18 -05:00
app.js Reverted accidental modification 2013-12-11 15:04:40 -05:00
bower.json Added Basic countdown (unfinished) 2013-12-11 14:50:52 -05:00
config-example.js Added Duino usage, removed Memcached dependancy 2013-12-20 11:25:17 -05:00
Gruntfile.js Fixed Grunt backend watch 2014-01-19 20:32:38 -05:00
LICENSE Initial commit 2013-11-15 16:45:33 -08:00
package.json Using serialport instead of Duino 2014-01-19 23:18:09 -05:00
README.md Update README.md 2014-01-20 08:45:36 -05:00

cafetsiere

Installation

  1. Install Dependencies
    • Node.JS >= 0.10.x
    • Bower ( npm install -g bower )
    • Grunt ( npm install -g grunt-cli )
  2. Run npm install
  3. Run bower install
  4. Copy config-example.js as config.js, changing values as needed
  5. Run grunt

Currently listens on port 3000 (can be modified in Gruntfile)