Install
The Book Installation
For installation local you need to download and install ruby on your device, then you can install jekyll open shell terminal and run gem install jekyll bundler
after install jekyll now you can download this source code on our github repo
or you can clone fork it with run
git clone https://github.com/mesinkasir/the-book.git
now you can run the book with run jekyll serve
and open on localhost:4000 on your web bowser.
If you have problem about webrick.. so no need wory just run bundle add webrick
then run thebook again jekyll serve
or bundle exec jekyll serve