Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 586 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 586 Bytes

Cleveland Metroparks - Natural Features Database Client

Quick Start

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

git clone --recursive https://github.com/geosolutions-it/clevmetro-nfd.git

Install NodeJS, if needed, from here.

Start the development application locally:

npm install

npm start

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

Deployment

Use build.sh script to generate the compiled javascript files used for deployment.