- Open your terminal and navigate to the directory containing your cloned project.
- Install dependencies for the project by entering this command:
bundle install- Run the app in development mode by entering this command:
rails s -p 4000- Open http://localhost:4000 to view it in the browser.