- 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 usingrails start
orrails s
rails new proj-name <options>
in your terminal to create a new project.bin/setup
command to install the dependencies and create the database.bin/dev
or you can run locally using rails start
or rails s