Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Project website

NotificationsYou must be signed in to change notification settings

sangria-graphql/sangria-graphql.github.io

Repository files navigation

The website for thehttps://sangria-graphql.github.io

Prerequisites

  • installRuby
  • installBundler
    gem install bundler
  • install local dependencies
    bundle install

Local development

Start local server with:

bundleexec jekyll serve --watch

or with docker:

docker compose up# to force the rebuild of the docker imagedocker compose up --build

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

Build for GitHub Pages

bundleexec jekyll b -d docs
docker build -t sangria-doc .docker run --rm --volume=$(pwd):/src sangria-doc exec jekyll b -d docs

The files in/doc is used by Github. You have to push the changes manually for now.

About

Project website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors33


[8]ページ先頭

©2009-2025 Movatter.jp