This commit is contained in:
Bel LaPointe
2025-10-05 08:15:38 -06:00
parent a860b3f992
commit 2dec3f6157
7 changed files with 26 additions and 2 deletions

14
build.sh Normal file
View File

@@ -0,0 +1,14 @@
#! /usr/bin/env bash
cd "$(dirname "$(realpath "$BASH_SOURCE")")"
if ! which mdbook; then
cargo install mdbook
fi
if ! test -d ./rulebook; then
mdbook init rulebook --title Diagonalerheart --ignore=git
fi
cd ./rulebook
mdbook serve --open