Skip to content

Latest commit

ย 

History

History
35 lines (23 loc) ยท 713 Bytes

File metadata and controls

35 lines (23 loc) ยท 713 Bytes

Distributor Map

Interactive map built with React, TypeScript, and Leaflet.

๐Ÿš€ Live Site

Visit: https://DeepwaterExploration.github.io/distributor-map/

๐Ÿ› ๏ธ Development

# Install dependencies
npm install

# Start development server
npm run dev

# Build for production
npm run build

# Preview production build
npm run preview

๐Ÿ“ฆ Deployment

The site automatically deploys to GitHub Pages on every push to the main branch via GitHub Actions.

๐Ÿ—๏ธ Built With

  • React - UI framework
  • TypeScript - Type safety
  • Vite - Build tool
  • Leaflet - Interactive maps
  • Material-UI - Component library