# mruby.github.io **Repository Path**: mirrors_simi/mruby.github.io ## Basic Information - **Project Name**: mruby.github.io - **Description**: mruby - Embedded Ruby - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-27 - **Last Updated**: 2026-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README mruby.org ========= This is the [Jekyll](http://www.jekyllrb.com/) source of the [mruby.org](http://mruby.org/) website. ## Preview The following will give you a preview of the site. Install bundler: ``` gem 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" ```