Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 724 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 724 Bytes

Devit

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.

Installation

git clone git@github.com:PRbsas/devit.git
cd devit
bundle install
rails db:migrate
rails s

Contributing

  1. Fork it ( https://github.com/PRbsas/devit/fork )
  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 new Pull Request

License

The project is available as open source under the terms of the MIT License.