Skip to content

schmidlidev/runeql-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

runeql-web

Website Status Netlify Status

Static website for RuneQL

Development

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

Production

yarn build

Serve from dist/

Netlify Builds

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.

Built with

Releases

No releases published

Packages

No packages published

Languages