- Rails 7.0.3
- Ruby 3.1.2
- PostgreSQL
- Create
config/application.yml
by copying fromconfig/application.yml.example
and make any change appropriate to your setup.
pnpm install
pnpm run prepare
Inside project root folder, execute:
$ bundle
Database creation:
$ rake db:setup
Run migrations:
$ rake db:migrate
$ bundle exec ubocop
or
$ rubocop
$ bundle exec rspec