Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (19 loc) · 341 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 341 Bytes

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