geosolutions-it / cmp-webgis

Cleveland Metro Parks MapStore2 WebGis
Other
0 stars 2 forks source link

ClevelandMetroParks WebGis

Quick Start

Clone the repository with the --recursive option to automatically clone submodules:

git clone --recursive https://github.com/geosolutions-it/cmp-webgis.git

Install NodeJS, if needed, from here.

Start the development application locally:

npm install

npm start

The application runs at http://localhost:8081 afterwards.

Read more on the wiki.