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

graph-guard/playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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