Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 285 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 285 Bytes

Monkberry Site and Documentation

To start site locally install npm packages and jekyll. Next command will start gulp watch, webpack and jekyll server.

gulp

To start jekyll server separately:

gulp watch

jekyll s

To build production version:

gulp build