Skip to content

Comment ARTE a simplifié le développement multi-plateforme à l’aide d’une API orientée front

Notifications You must be signed in to change notification settings

ArteGEIE/Presentation-Forum-PHP-2020

Repository files navigation

Presentation Forum PHP 2020

Configuration

The configuration is in reveal-md.json in root directory.

{
  "theme": "arte.css", // Edit the slide theme
  "highlightTheme": "night-owl" // Edit the code theme
}

See available themes, demo.

Prerequirements

This project requires docker or node.

With Docker

Launch the project

make start-docker

Your talk is now available at http://localhost:1948/slides.md#/

Export to HTML

make build-docker

HTML files are in public directory

Export to PDF

make pdf-docker

slides.pdf is generate in the root

With Node

Install dependencies

make install

Launch and watch the project

make start

Your talk is now available at http://localhost:1948/slides.md#/

Export to HTML

make build

HTML files are in public directory

About

Comment ARTE a simplifié le développement multi-plateforme à l’aide d’une API orientée front

Topics

Resources

Stars

Watchers

Forks