Skip to content
This repository has been archived by the owner on Feb 10, 2024. It is now read-only.

tunaitis/codetohtml

Repository files navigation

About the Project

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.

Built With

Getting Started

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.

Running Locally

Run the command below and then browse to http://localhost:8080

npm install
npm run dev

Generating Theme Preview Stylesheet

go run ./cmd/genthemes

Remember to rebuild the stylesheet afterwards.