Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 957 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 957 Bytes

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.