Documentation for the PHP Zman extension
This site is built with hexo. Site content is written in Markdown format located in src
. Pull requests welcome!
Start a dev server at localhost:4000
:
$ npm install -g hexo-cli
$ npm install
$ hexo server
DO NOT modify the master branch. The dev branch is the main branch for this repository.
Deployments are handled with hexo and they alone automatically modify the master branch.
$ hexo clean
$ hexo deploy