Braid-slides/README.md
2026-01-09 13:25:53 +01:00

19 lines
632 B
Markdown

Braids - Git workshop slides
============================
The slides are generated from a .rst by [Hovercraft](https://github.com/regebro/hovercraft).
- [Docs](https://hovercraft.readthedocs.io/en/latest/presentations.html#)
- [RST cheatsheet](https://github.com/ralsina/rst-cheatsheet/blob/master/rst-cheatsheet.rst)
I'm using [Devd](https://github.com/cortesi/devd) and [Modd](https://github.com/cortesi/modd) for serving and live reloading the slides locally while developing.
Start it all up by running:
```
modd
```
And view the slides in your browser at: http://devd.io:8000/
Or to compile it just once:
```
make html
```