Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 296 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 296 Bytes

Built using Jekyll through the Github Pages gem: https://github.com/github/pages-gem

To build site from Markdown source:

make
  (or)
make build

To start local server with incremental updates:

make serve

To deploy to web server (configured in Makefile):

make deploy