Notejam application implemented using Padrino framework.
Clone the repo:
$ git clone [email protected]:komarserjio/notejam.git YOUR_PROJECT_DIR/
Use RVM or rbenv for environment management.
Install dependencies:
$ cd YOUR_PROJECT_DIR/padrino/notejam/
$ bundle install
Start built-in web server:
$ cd YOUR_PROJECT_DIR/padrino/notejam/
$ padrino start
Go to http://127.0.0.1:3000/ in your browser.
Start functional and unit tests:
$ cd YOUR_PROJECT_DIR/padrino/notejam/
$ padrino rake spec
Do you have ruby/padrino experience? Help the app to follow ruby and padrino best practices.
Please send your pull requests in the master
branch.
Always prepend your commits with framework name:
Padrino: Implemented sign in functionality
Read contribution guide for details.