Compare products and services in tabular data.
- Install dependencies
brew install rbenv
rbenv install 2.7.3
gem install bundler
bundle install --path vendor/bundle
- Start the server
bundle exec jekyll serve --livereload
Run Cypress tests
docker run -it -v $PWD:/e2e -w /e2e cypress/included:6.8.0