Color code server for tokenizing and generating color codes for various languages and vs code editor themes
- Clone this repo.
- Install dependencies by running
npm installwithin the directory that you cloned. - Compile typescript
npm run compile. - Run the webserver
node color_codes.js.
- Clone this repo.
- Run
docker build -t colorcodes . - Run
docker run colorcodes