A web-based mapping application for visualizing water monitoring and action data.
- Node.js (v18+ recommended)
- npm (comes with Node.js)
- Git
-
Clone the repository:
git clone <repository-url> cd wwmc-map
-
Install project dependencies:
npm install
To start the development server with live reload:
npm run devTo create a production build:
npx gulp buildTo publish the build to the AWS S3 bucket:
npx gulp publishThe production files will be generated in the dist directory.
- Interactive map visualization
- Water action tracking and display
- Data filtering and analysis
- Responsive design for various screen sizes
This project is licensed under the MIT License - see the LICENSE file for details.