Skip to content

Files

37 lines (24 loc) · 564 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 564 Bytes

openapi-test-public2

openapiのテスト。public リポジトリのため注意。

設定

rbenvでlocal設定

rbenv local $(cat .ruby-version)

bundlerとjekyllをインストール

gem install bundler jekyll

bundle install

bundle install

ビルド

_site内にビルド

bundle exec jekyll build -s docs --config docs/_config_development.yml

http://localhost:4000に表示。ビルドも同時に行う。

bundle exec jekyll serve -s docs --config docs/_config_development.yml