No description
Find a file
cinereal 0c422c2130
challenges
Signed-off-by: cinereal <cinereal@riseup.net>
2025-09-15 14:32:21 +02:00
assets structure 2025-09-12 11:39:36 +02:00
.gitignore init 2025-09-11 16:16:09 +02:00
index.md challenges 2025-09-15 14:32:21 +02:00
README.md init 2025-09-11 16:16:09 +02:00
shell.nix init 2025-09-11 16:16:09 +02:00

fediversity slides 2509

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 .