slides made for NixNL meetup Dordrecht @ Thu 2025-06-26
assets | ||
.envrc | ||
.gitignore | ||
index.md | ||
README.md | ||
shell.nix |
fediversity slides
usage
using nix
To install the needed library marp, enter the development environment with nix-shell
.
If you want to do that automatically on entering this directory:
- Set up
direnv
- Run
direnv allow
in the directory where repository is stored on your machine
Then, compile the slides:
marp -I .
... then open the resulting .html
file in your browser.
To automatically rebuild on changes, use:
watchexec -w ./. -- marp -I .
without nix
requires:
$ yarn install
$ yarn marp -I .