Skip to content
This repository has been archived by the owner on Nov 10, 2024. It is now read-only.

swkWien/gdcr2024

Repository files navigation

Global Day of Coderetreat 2024 by Softwerkskammer Wien

Hosted by Nagarro.

Landing page and facilitation slides.

Contributing

Setup

Serve the cloned directory with a simple http server such as

# python3
python -m SimpleHTTPServer
# python2
python -m http.server

and open it http://localhost:8000/ in the browser.

Or you may run the serve.sh script, which does just that.

Add Content

Use the slides.md to edit your slides

Learn More

revealjs.com/markdown/