Skip to content

jware-solutions/geophp-documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.