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
.
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
.