Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 2.12 KB

README.md

File metadata and controls

40 lines (34 loc) · 2.12 KB

This repository contains a collection of tools surrounding colour. Entrypoints are the user-exposed applications which consume the core technology such as colour creation and manipulation and colour managed canvas rendering.

#Documentation and live demos

Entrypoints

Here is a table of the current entrypoints in the repository.

Usage

  • Clone the repository
git clone [email protected]:Smilebags/spectral-utilities.git
  • Install dependencies
npm i
  • Copy entrypoint/*/*.html files to corresponding folder in dist
  • Run the compiler in watch mode
npm run dev
  • In another terminal window, serve the application
npm run serve