Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 214 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 214 Bytes
docker-compose up -d --build
docker-compose logs -f

# install
pnpm i
# run gateway server
pnpm dev
# run a subgraph server
PORT=3333 npx tsx src/subgraph.ts