roy4801 / SlidesCodeHighlighter

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

Home Page:https://romannurik.github.io/SlidesCodeHighlighter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
    

About

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

https://romannurik.github.io/SlidesCodeHighlighter/

License:Apache License 2.0


Languages

Language:JavaScript 65.4%Language:SCSS 23.4%Language:HTML 9.3%Language:Java 1.0%Language:Clojure 0.7%Language:CSS 0.4%