Skip to content

shadonet/ideaslist

Repository files navigation

Ideaslist

A curated list of awesome projects ideas developed in Ruby on Rails.

Usage

  1. Clone the repo
    git clone https://github.com/shadonet/ideaslist

  2. Install dependencies
    bundle install

  3. Create database with rake.

    rake db:create
    rake db:migrate
    

Contributing

  1. Create an issue if there is one.
  2. Fork the repo.
  3. Create your feature branch (git checkout -b your-feature).
  4. Add and commit your changes (git commit -am 'message').
  5. Push the branch (git push origin your-feature).
  6. Create a new Pull Request.