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/revealjs-awesoMD-templates.git
cd revealjs-awesoMD-templates
pnpm installTo build the presentation builder run:
pnpm buildFirst, copy .env.example file and set presentations root directory path at PRESENTATIONS_ROOT
cp .env.example .envTo 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