romannurik / SlidesCodeHighlighter

A little web app that helps you copy+paste syntax-highlighted code into slide decks.
https://romannurik.github.io/SlidesCodeHighlighter/
Apache License 2.0
1.06k stars 92 forks source link

SlidesCodeHighlighter

A little web app that helps you copy+paste syntax-highlighted code into slide decks.

Open the app

Screenshot

Build instructions

If you want to contribute, you can build and serve the web app locally as follows:

  1. First install Node.js and npm.

  2. Clone the repository and in the root directory, run:

     $ npm install
  3. To build and serve the web app locally, run:

     $ npm run start