This README would normally document whatever steps are necessary to get the application up and running.
-
Ruby version:
3.1.2
-
System dependencies:
Gemfile
-
Configuration
cp config/local_env_example.yml local_env.yml
and fill the valuebundle install
yarn install
bundle exec rake db:create && bundle exec rake db:migrate
bundle exec rails s
- How to run the test suite
bundle exec rspec .