Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 596 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 596 Bytes

PieChopper

How to Install Development Environment

  • Install node.js
  • Install coffeescript: sudo npm install -g coffee-script
  • Install grunt-cli: sudo npm install -g grunt-cli
  • Install bower: sudo npm install -g bower
  • Install casperjs: sudo npm install -g casperjs
  • Install phantom-js
  • Run npm install
  • Run bower install

How to Build and Run

  • Run grunt to build the project (once)
  • Run grunt watch for continuous build
  • Run grunt serve to launch the server
  • Open localhost:8080 in the browser