monorepo for plugins and utilities to enhance Reveal.js presentations with Compiler Explorer.
This monorepo is managed by yarn.
Clone the project from Github :
git clone https://github.com/dvirtz/reveal-compiler-explorer.git
cd reveal-compiler-explorerInstall dependencies :
yarnRun tests:
yarn testNow you're ready to start contributing!
This project uses conventional commits so that changelogs could be generated automatically. Commit messages are validated automatically upon commit.