Javier Feliz 821e49288d
Some checks failed
linter / quality (push) Successful in 7m10s
tests / ci (push) Failing after 10m19s
Finally just moved the docs here
2025-08-04 19:12:42 -04:00

11 lines
115 B
Makefile

dev:
bun run docs:dev -- --open
build:
bun run docs:build
preview:
bun run docs:preview
install:
bun install