Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 737 Bytes

File metadata and controls

29 lines (21 loc) · 737 Bytes

Convention Room Planner

Web application to assist in planning time slots for rooms at a convention.

Currently this is just the start of a POC.

This project is an excuse to mess with these things for the first time.

  • knockout
  • grunt
  • less

Requirements

node, Greater than 0.8 required for grunt.

grunt, Once node is installed run the command npm install -g grunt-cli

Setup

run npm install

run grunt to build

Tasks

  • grunt dev builds without minification.
  • grunt prod builds with minification.
  • grunt watch will watch the css and js files and rebuild dev when they change.