Braid-slides/README.md
2022-07-18 23:50:31 +02:00

22 lines
702 B
Markdown

# Soilpunk - Joulethief
## [View the slides here](https://hackersanddesigners.github.io/Soilpunk_technical_setup/html_output/index.html)
----
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.
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
```