Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 258 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 258 Bytes

democracy

Online voting app

##Status

Alpha

Development setup

  • Install grunt: sudo npm install -g grunt
  • Install local dependencies: npm install
  • Create your first build: grunt
  • Set it up to respond to changes: grunt watch