wasm-game-of-life/justfile

10 lines
101 B
Makefile

default:
@just --list
build:
wasm-pack build && cd www && pnpm i
run:
cd www && pnpm run start