Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 726 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 726 Bytes

GeoPortal v3

GeoPortal is a one stop shopping for location information app. It weighs ~400KB on desktop, ~250KB on mobile, and it's now a Progressive Web App!

Imgur

Created by Mecklenburg County GIS, with much ♥ for the projects that make this site possible: OpenStreetMap, OpenMapTiles, Mapbox GL JS, Vue.js, and Material Design Lite

Getting started

git clone https://github.com/wilsongis/Montgomery-County-GeoPortal.git geoportal
cd geoportal
npm install
npm run build
npm start

To build the app for deployment (service worker precache, uglify JS, minimize CSS and images, etc.), run the build again:

npm run build