Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 292 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 292 Bytes

GeoServer introduction (Workshop)

You can open the workshop here.

# install packages
npm i

# for local development on http://localhost:4000/
npm run dev

# build for production in directory './build'
npm run build