File tree Expand file tree Collapse file tree 1 file changed +35
-1
lines changed
Expand file tree Collapse file tree 1 file changed +35
-1
lines changed Original file line number Diff line number Diff line change 1- # distributor-map
1+ # Distributor Map
2+
3+ Interactive map built with React, TypeScript, and Leaflet.
4+
5+ ## 🚀 Live Site
6+
7+ Visit: [ https://DeepwaterExploration.github.io/distributor-map/ ] ( https://DeepwaterExploration.github.io/distributor-map/ )
8+
9+ ## 🛠️ Development
10+
11+ ``` bash
12+ # Install dependencies
13+ npm install
14+
15+ # Start development server
16+ npm run dev
17+
18+ # Build for production
19+ npm run build
20+
21+ # Preview production build
22+ npm run preview
23+ ```
24+
25+ ## 📦 Deployment
26+
27+ The site automatically deploys to GitHub Pages on every push to the ` main ` branch via GitHub Actions.
28+
29+ ## 🏗️ Built With
30+
31+ - ** React** - UI framework
32+ - ** TypeScript** - Type safety
33+ - ** Vite** - Build tool
34+ - ** Leaflet** - Interactive maps
35+ - ** Material-UI** - Component library
You can’t perform that action at this time.
0 commit comments