tokou / 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. Install bower and gulp:

    $ npm install -g bower gulp
    
  3. Clone the repository and in the root directory, run:

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

    $ gulp serve
    

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 64.2%Language:CSS 26.7%Language:HTML 7.8%Language:Java 1.3%