####Setup Instructions:
This is built on Sinatra and backboneJS.
- Clone the repo
- Install
npm,gulp,bundler,ruby-2.2.2,sqlite3andrerun - Copy
config.coffee.exampleintoconfig.coffee - Copy
config/database.yml.exampleintoconfig/database.yml - Copy
.env.exampleinto.env bundle installbundle exec rake db:migratenpm installgulp. This compiles coffeescript and Handlebars Templates, minifies JS/CSS, watches any changes to the source files and rebuilds them.- In a new tab on the terminal,
rerun 'rackup -p 4000'(including the quotes) - Navigate to
localhost:4000
####Development Specific: It's recommended to install EditorConfig for your editor to maintain consistent coding styles.