Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 906 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 906 Bytes

colorcop-website

GitHub Actions Status Powered by Rake License: MIT

Installation

This project uses mise to configure the development environment. Install it and then run mise install.

Install the required ruby gems:

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.