slides-nix-nl/README.md
2025-06-25 20:52:50 +02:00

730 B

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 .