Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 556 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 556 Bytes

TaskSnail

TaskSnail is a one-page task management app that uses Rails and Devise.

Live Demo

TaskSnail

Parts

  • Ruby 2.2.0
  • Rails 4.2
  • Devise
  • Zurb Foundation

Installation

  • git clone
  • bundle install
  • rake db:migrate

Contributing

  1. Fork it ( https://github.com/codediodeio/tasksnail )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request