# SlidesCodeHighlighter **Repository Path**: mirrors_chrisbanes/SlidesCodeHighlighter ## Basic Information - **Project Name**: SlidesCodeHighlighter - **Description**: A little web app that helps you copy+paste syntax-highlighted code into slide decks. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SlidesCodeHighlighter A little web app that helps you copy+paste syntax-highlighted code into slide decks. **[Open the app](https://romannurik.github.io/SlidesCodeHighlighter/)** ![Screenshot](https://raw.githubusercontent.com/romannurik/SlidesCodeHighlighter/master/screenshot.png) ## Build instructions If you want to contribute, you can build and serve the web app locally as follows: 1. First install [Node.js](https://nodejs.org/) and [npm](https://www.npmjs.com/). 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 ```