Files
page/justfile
i0uring bfd8c187c6 🔥 rm bulma
 rework ui+ux
 update shader
 update profile.avif
 update 404
2025-08-20 08:38:03 +00:00

14 lines
195 B
Makefile

#!/usr/bin/env just --justfile
setup:
rustup target add wasm32-unknown-unknown
install:
cargo install --locked wasm-pack trunk --force
debug:
trunk serve
build:
trunk build --release