PaulMcMillan / graphile.github.io

PostGraphile (PostGraphQL) and Graphile-Build website - contributions very welcome!

Home Page:https://www.graphile.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The https://graphile.org/ website for PostGraphile and Graphile Engine

Building

yarn install --force # Because we sometimes get issues with sharp
yarn run develop

View in Browser

You can view the website in browser at http://localhost:8000/

Troubleshooting

Gatsby sometimes goes wrong/gets confused. First port of call is to kill it, then clear the .cache and public folders:

rm -Rf .cache public

If you are running Windows and encounter an error installing fsevents, then try:

yarn install --ignore-optional --force

About

PostGraphile (PostGraphQL) and Graphile-Build website - contributions very welcome!

https://www.graphile.org/


Languages

Language:CSS 58.6%Language:JavaScript 37.2%Language:PLpgSQL 3.1%Language:Shell 0.8%Language:HTML 0.3%