This repository contains code to create cheat sheets in HTML on the base of markdown files.
$ git clone https://github.com/Jumace/CheatSheetGenerator && cd CheatSheetGenerator
$ npm install
Build the cheat sheet by running:
npm run build
Start the web server by running:
npm run start
Afterwards navigate to papers
.
While in development or creating of a new cheat sheet you can run the watcher:
npm run watch