Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.46 KB

File metadata and controls

42 lines (27 loc) · 1.46 KB

npm license

DeckDeckGo - Highlight Code

This component is the code highlighter of DeckDeckGo.

It is developed with Stencil and use Prism.js from Lea Verou and James DiGioia for the highlighting itself.

Furthermore, the inspiration for the design of the cards comes from the amazing carbon, a tool to create and share beautiful images of your source code.

Table of contents

Getting Started

To get started with this Web Component, have a look to its documentation.

Develop

To develop and run this Web Component locally, proceed as following:

git clone https://github.com/deckgo/deckdeckgo
cd deckdeckgo/webcomponents/highlight-code
npm install
npm run start

License

MIT © David Dal Busco and Nicolas Mattia