Skip to content

ColorCop/colorcop-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.