Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 926 Bytes

File metadata and controls

33 lines (21 loc) · 926 Bytes

colorcop-website

GitHub Actions Status License: MIT

A static website for the ColorCop project, built with Jekyll and managed using mise for consistent tooling and reproducible development environments.


Installation

This project uses mise to configure the development environment.

  • Install mise
  • Run mise trust and answer yes.
  • Run mise install to install the required tools
  • Run bundle install

Running locally

mise serve

Running linters

mise lint

Deploy

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