all: cargo cd www && \ npm install && \ npm run build serve: cargo cd www && \ npm install && \ npm run start cargo: wasm-pack build --no-typescript --release