A web application for creating maps using Mapas Coleticos API.
The steps below will walk you through setting up a development environment.
Install the following on your system:
Clone this repository locally and activate required Node.js version:
nvm install
Install Node.js dependencies:
npm install
Start the development server:
npm run dev
The app will be served at http://localhost:8000, refreshing automatically when changed.