Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

A little web app that helps you copy+paste syntax-highlighted code into slide decks.
https://romannurik.github.io/SlidesCodeHighlighter/

Last synced: 14 days ago
JSON representation

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

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
```