Static website for RuneQL
yarn install
Serve locally from src/
Note that the graphdoc pages at schema/
are not immediately present in development. In production they are generated by yarn build
, but if you'd like them locally you can generate them with:
npx @2fd/graphdoc --force -e https://api.runeql.com/ -o ./src/schema
yarn build
Serve from dist/
Netlify automatically rebuilds the live site on push to main
.
The CI/CD pipeline for the primary RuneQL repository also automatically triggers a Netlify rebuild following a succesful deployment, so that the graphdoc documentation is always be up to date.