Use this project as a boilerplate to your next Rails app to be faster to develop your startup.
- Ruby 3.1.2
- Rails 6.1.7.1
- Clone this repo
- bundle install && yarn install
- edit the .env.development file with your values
- run ./bin/dev to run all the commands and docker
- run rails db:create
- open your browser at http://localhost:3000