cp config/database.yml.examle config/database.yml
cp config/secrets.yml.example config/secrets.yml.example
bundle install
bin/rake db:setup
bin/rails s
bin/rails c
bin/rspec spec
- Fork it ( https://github.com/eballance/trackerapp/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request