first commit

This commit is contained in:
2026-03-14 20:49:11 -04:00
commit 08768723bc
31 changed files with 8984 additions and 0 deletions

24
README.md Normal file
View File

@@ -0,0 +1,24 @@
# TruckNet Frontend
React + TypeScript + Vite frontend for TruckNet.
## Stack
- React 19
- TypeScript
- Vite
- Tailwind CSS
- MapLibre GL + PMTiles (Protomaps)
## Development
```bash
npm install
npm run dev
```
## Build
```bash
npm run build
```