Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 766 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 766 Bytes

colorcop-website

GitHub Actions Status Powered by Rake License: MIT

Installation

bundle install

Running locally

jekyll serve

Running tests

There is a rake task that runs Playwright tests.

rake test

Running linters

rake lint

Deploy

There is a Github Action that runs when code merges to master.