8000 GitHub - ColorCop/colorcop-website: Jekyll-based website for Color Cop
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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.

0