This repository contains the code for https://specs.apollo.dev/.
It contains directive and type definitions that are used in Apollo's software and not part of the GraphQL specification.
npm run build
: builds the static site.npm run start
: launches a dev server.