From b73729e8d965a8962b3ef5103d37a6456b53a265 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 22 Mar 2026 06:46:16 +0900 Subject: add files --- justfile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 justfile (limited to 'justfile') diff --git a/justfile b/justfile new file mode 100644 index 0000000..8f7a4b7 --- /dev/null +++ b/justfile @@ -0,0 +1,8 @@ +show: + pdfpc -g slides.pdf + +build: + typst compile slides.typ + +watch: + typst watch slides.typ -- cgit v1.3.1