Skip to content

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

Notifications You must be signed in to change notification settings

graphile/graphile.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 23, 2024
ef1fc11 · Dec 23, 2024
Jan 5, 2022
Sep 29, 2020
May 13, 2019
Nov 24, 2021
Sep 18, 2024
Dec 23, 2024
Sep 18, 2024
May 11, 2020
Feb 13, 2019
Jan 22, 2020
Mar 9, 2023
Sep 26, 2018
Feb 28, 2023
Feb 28, 2023
Mar 9, 2023
Feb 28, 2023
Nov 1, 2024

Repository files navigation

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

Requires Node version 12

nvm use 12

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

yarn install --ignore-optional --force