slides made for NixNL meetup Dordrecht @ Thu 2025-06-26
Find a file
2025-06-26 12:22:48 +02:00
assets init 2025-06-25 20:52:50 +02:00
.envrc init 2025-06-25 20:52:50 +02:00
.gitignore init 2025-06-25 20:52:50 +02:00
index.md tweaks 2025-06-26 12:22:48 +02:00
README.md init 2025-06-25 20:52:50 +02:00
shell.nix init 2025-06-25 20:52:50 +02:00

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 .