-
Install pnpm
-
Run the following commands to set up the development environment.
bundle install
pnpm install
There are a number of automated checks which run on GitHub Actions when a pull request is created. You can run those checks on your own locally to make sure that your changes would not break the CI build.
pnpm lint
bin/rubocop
bin/m