Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 414 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 414 Bytes

GeoPHP Documentation

This repository provides the GeoPHP documentation source.

Contributing

This project uses Presidium to generate documentation. So, you need to installer its dependendecies first:

gem install bundler:1.14.6 jekyll
npm i

Then generate the documentation content running:

npm start

It will be serve in http://127.0.0.1:4000/ by default.