bundle install
rake db:setup
rails s
Uses LiveReload
Type guard
in terminal to start Livereload server
Chrome Extension here
Type rake test
in terminal to run test suite
All javascript logic is located in orders.js
All functionality is in the orders stack.
workbench.erb
is helpful to speed up designing tricky UI without excessive clicking.
Type rake fake_orders
in Terminal.
Runs on an endless loop. Control+C to quit.