Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 804 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 804 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

Yarn must be installed to build. To Install:

brew install yarn

Getting started

git clone hhttps://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