Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 328 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 328 Bytes

Tabelca

Compare products and services in tabular data.

Run it locally

  1. Install dependencies
bundle install --path vendor/bundle
  1. Start the server
bundle exec jekyll serve --livereload

Testing

Run Cypress tests

docker run -it -v $PWD:/e2e -w /e2e cypress/included:6.8.0