mruby.github.io/README.md at master · mruby-Forum/mruby.github.io

Skip to content

Navigation Menu

Sign in

Appearance settings

Latest commit

File metadata and controls

35 lines (24 loc) · 497 Bytes

mruby.org

This is the Jekyll source of the mruby.org website.

Preview

The following will give you a preview of the site.

Install bundler:

Clone the repository:

git clone https://github.com/mruby/mruby.github.io

Install Jekyll and its dependencies:

cd mruby.github.io
bundle install

Preview the site:

bundle exec jekyll serve
open "http://localhost:4000"