Skip to content

melandres8/twitter_clone

Repository files navigation

Twitter - Clone

To run this project you have to run:

  1. git clone <repo>
  2. cd twitter_clone
  3. bundle install
  4. rails db:create
  5. rails db:migrate
  6. and run server: rails s