This is the documentation for Apollo Engine, a GraphQL gateway that adds features like performance tracing, error tracking, caching, and more to your GraphQL server.
First, clone the repository. Then:
git submodule init && git submodule update
npm install
npm start
We use a git submodule to load the documentation theme, which is why you need one extra step.