Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 497 Bytes

README.md

File metadata and controls

44 lines (27 loc) · 497 Bytes

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