The website for the http://sangria-graphql.org

Local Development

If you would like to work on it locally, then you would need to setup Jekyll. After Jekyll is installed, you can start local server with:

jekyll serve --watch

And then point browser to http://localhost:4000. This will also automatically pickup all changes you make.