TaskSnail is a one-page task management app that uses Rails and Devise.
- Ruby 2.2.0
- Rails 4.2
- Devise
- Zurb Foundation
git clone
bundle install
rake db:migrate
- Fork it ( https://github.com/codediodeio/tasksnail )
- 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