Download the Router binary and place it into ./router/bin/.
- Copy
.env.example
to.env.dev
. - Create an API key for this Graph in Studio.
- Update the
APOLLO_KEY
variable in the.env.dev
file with your new key.
./start-router-dev.sh
- Starts up the router./start-destinations.sh
- Starts up the destinations subgraph/.start-experiences.sh
- Starts up the experiences subgraph