Paper is a RESTful Sinatra web application to create Notebooks that contain: notes, bookmarks and tasks.
- Fork and clone repo to your local machine.
- Use 'bundle install' to install dependencies.
- Run
rake db:migrate
. - Run
shotgun
to start a server.
- Fork it ( https://github.com/PRbsas/paper/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 new Pull Request
The gem is available as open source under the terms of the MIT License.