Devit is a link aggregator site, similar to Reddit or Hacker News, where a user can submit a link and content to a community, as well as comment on and vote on those submissions.
git clone git@github.com:PRbsas/devit.git
cd devit
bundle install
rails db:migrate
rails s
- Fork it ( https://github.com/PRbsas/devit/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 project is available as open source under the terms of the MIT License.