Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 744 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 744 Bytes

しまねOSS協議会ウェブサイト

ローカル環境での確認方法

  • 静的サイトジェネレーターJekyllを使用します。
  • Ruby 2.5.0以上
    ※ Ruby 2.7.4を推奨(3系ではエラーが発生)[2021/10/15]
  1. リポジトリをクローンする。
    git clone https://github.com/shimane-oss/shimane-oss.github.io.git
  2. フォルダを移動する。
    cd shimane-oss.github.io
  3. 必要なGemをインストールする。
    bundle install --path 'vendor/bundle'
    または
    bundle config set path 'vendor/bundle'
    bundle install
  4. Webサーバを起動する。
    bundle exec jekyll serve
  5. ブラウザに表示する。
    open 'http://localhost:4000'