wasm-game-of-life/justfile

6 lines
76 B
Makefile

build:
wasm-pack build && cd www && pnpm i
run:
cd www && pnpm run start