Skip to content

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

License

Notifications You must be signed in to change notification settings

bainco/SlidesCodeHighlighter

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.7%
  • SCSS 21.8%
  • HTML 8.7%
  • Other 1.8%