Skip to content

Commit 4e6302a

Browse files
build: add justfile to website directory
1 parent 8b4c7de commit 4e6302a

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

website/justfile

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
default:
2+
just --list --unsorted
3+
4+
# Build the website
5+
build:
6+
uv run zensical build
7+
8+
# Serve the site locally
9+
serve:
10+
uv run zensical serve
11+
12+
clean:
13+
rm -rf .cache/
14+
rm -rf site/

0 commit comments

Comments
 (0)