-
Clone the repo > git clone https://github.com/jvidalba1/tweet_clone.git
-
Run
bundle install
over the project directory -
Setup and run migrations
rails db:setup
rails db:migrate
- Run the application with
rails server
command over the project directory