This project uses mise to configure the development environment. Install it and then run mise install
.
Install the required ruby gems:
bundle install
jekyll serve
There is a rake task that runs Playwright tests.
rake test
rake lint
There is a Github Action that runs when code merges to master
.