Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 380 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 380 Bytes

glo-visualizer

Vanilla typescript mapbox-gl app for visualizing eastern texas flood assessment GIS data.

Building

For development

npm run dev

The server will hot reload on all changes.

Deployment

npm run build

The server will compile the typescript and assets to dist/ which can then be deployed as a static site wherever you wish