Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/romannurik/SlidesCodeHighlighter
A little web app that helps you copy+paste syntax-highlighted code into slide decks.
https://github.com/romannurik/SlidesCodeHighlighter
Last synced: 16 days ago
JSON representation
A little web app that helps you copy+paste syntax-highlighted code into slide decks.
- Host: GitHub
- URL: https://github.com/romannurik/SlidesCodeHighlighter
- Owner: romannurik
- License: apache-2.0
- Created: 2017-01-13T04:11:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-22T23:53:48.000Z (4 months ago)
- Last Synced: 2024-08-01T00:49:45.319Z (3 months ago)
- Language: JavaScript
- Homepage: https://romannurik.github.io/SlidesCodeHighlighter/
- Size: 3.24 MB
- Stars: 1,060
- Watchers: 9
- Forks: 93
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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. Clone the repository and in the root directory, run:
```
$ npm install
```4. To build and serve the web app locally, run:
```
$ npm run start
```