OpenProject layouts and scripts for the slide generator revealjs-awesoMD.
It is based on reveal.js and have the following features.
- Create presentations from markdown files
- Supports metadata in markdown files
- Customizable layouts for slides
- Export presentations as pdf
- Export presentations as static html
Clone the repository and install the dependencies:
git clone https://github.com/opf/training.git
cd training
pnpm install
To build the presentation builder run:
pnpm build
To serve the presentation builder run:
pnpm start <markdown-filename>
Your presentation will be served at http://localhost:8000
To create a presentation, see guidelines here.
How to edit a presentation, see guidelines here.
To export a presentation, see guidelines here.
To run or add unit tests, see guidelines here