ggproxy Playground Development Install engine dependencies: go mod tidy Install frontend dependencies: pnpm i Start dev frontend: In the directory engine build Go by running: GOOS=js GOARCH=wasm go build -o ../frontend/public/engine.wasm Then start the frontend: pnpm run dev