We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1. bundlerをインストール (Rubyが必要です)
$ [sudo] gem install bundler
2. リポジトリへの更新アクセス権限がある場合
$ git clone git@github.com:moto-net/moto-net.github.com.git
3. 依存関係の解決
$ cd moto-net.github.com $ bundle install
4. jekyllをサーバーモードで起動
$ bundle exec jekyll serve -w
5. ソースを修正する 6. ブラウザでhttp://localhost:4000/を開き確認 7. コミットし、pushする