Macaca docs site

Running locally

Start a dev server at localhost:4000:

install jekyll

$ sudo gem install jekyll

install bundler

$ sudo gem install bundler

bundle install

$ bundle install

start server

$ jekyll server

then you can open to see this website: http://localhost:4000/

Build Site

$ jekyll build

Public

default branch: develop

public branch: master