Skip to content

tomsabin/itinerary

Repository files navigation

Plan your days out.


Screenshot

Screenshot shows an example itinerary for a cat. How about creating your own?


###Packages


###Local development

  • Nothing fancy required to start the server, just cd into the project directory and fire up meteor
  • Using Compass for SASS: bundle install and ensure that any changes to the SCSS files are compiled with compass compile or compass watch
  • Learn how to debug on the server-side (useful for debugging some Meteor methods and callbacks)