Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 520 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 520 Bytes

Twitter like SNS app with Ruby on Rails

Software License

Souce codes in Ruby on Rails Tutorial are public with MIT license and Beerware license. See LICENSE.md for the detail.

How to use

First, "git clone" to copy this repository to your dev machine and then install RubyGems with following command.

$ bundle install --without production

Migrate DB.

$ rails db:migrate

Conduct test.

$ rails test

Launch rails server.

$ rails server