Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 371 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 371 Bytes

Menpo Book

This repo contains the The Menpo Projects website in the form of a gitbook.

To build The Menpo Book locally, you will need npm installed.

npm install gitbook-cli -g
gitbook install
gitbook serve

Visit localhost:4000 to see the Book. The page will automatically update as changes are made to the Markdown files.