For developers running examples locally:
- Install dependencies in the root:
pnpm i
- Pull protocol buffers:
./scripts/pull_protos.sh
- Build the project:
pnpm turbo build
- Navigate to the example you want to run:
cd examples/<example-name>
- Install example dependencies:
pnpm i
- Start the development server:
pnpm dev