This is the code repository behind https://codetohtml.com website.
Code to HTML is an online tool that you can use to convert source code to syntax highlighted HTML code and then embed it into a web page or email.
Make sure you have Node.js and the npm package manager installed.
Go is required only for generating the stylesheet file used inside the theme preview page.
Run the command below and then browse to http://localhost:8080
npm install
npm run dev
go run ./cmd/genthemes
Remember to rebuild the stylesheet afterwards.