####Setup Instructions:
This is built on Sinatra and backboneJS.
- Clone the repo
- Install
npm
,gulp
,bundler
,ruby-2.2.2
,sqlite3
andrerun
- Copy
config.coffee.example
intoconfig.coffee
- Copy
config/database.yml.example
intoconfig/database.yml
- Copy
.env.example
into.env
bundle install
bundle exec rake db:migrate
npm install
gulp
. 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.