Interactive map built with React, TypeScript, and Leaflet.
Visit: https://DeepwaterExploration.github.io/distributor-map/
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
# Preview production build
npm run preview
The site automatically deploys to GitHub Pages on every push to the main
branch via GitHub Actions.
- React - UI framework
- TypeScript - Type safety
- Vite - Build tool
- Leaflet - Interactive maps
- Material-UI - Component library