Skip to content

dvirtz/reveal-compiler-explorer

Repository files navigation

publish

monorepo for plugins and utilities to enhance Reveal.js presentations with Compiler Explorer.

Development

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!

Commit messages

This project uses conventional commits so that changelogs could be generated automatically. Commit messages are validated automatically upon commit.