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-explorer
Install dependencies :
yarn
Run tests:
yarn test
Now 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.