Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 405 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 405 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

Scripts

# open to see this website: http://localhost:4000/
$ npm run server
$ npm run build

Publish

default branch: develop

Publish branch: master

$ npm run update