Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 464 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 464 Bytes

color-code

Color code server for tokenizing and generating color codes for various languages and vs code editor themes

Local development environment

  1. Clone this repo.
  2. Install dependencies by running npm install within the directory that you cloned.
  3. Compile typescript npm run compile.
  4. Run the webserver node color_codes.js.

Docker

  1. Clone this repo.
  2. Run docker build -t colorcodes .
  3. Run docker run colorcodes