• First run rails new proj-name <options> in your terminal to create a new project.
  • Then run bin/setup command to install the dependencies and create the database.
  • Check to see if it runs bin/dev or you can run locally using rails start or rails s