This app uses geoserver in the backend to load and display layers (except base map layers). Set up your own geoserver or any other data source for the app to work properly
First, clone the repo, then install the node modules
npm install
Then start the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.