Files
promist/README.md
2026-07-23 09:45:21 +00:00

21 lines
291 B
Markdown

# Promist Misting Systems
A modern React website for Promist — high-pressure misting systems based in Dubai, UAE.
## Tech Stack
- React 19 + TanStack Start
- TypeScript
- Tailwind CSS v4
## Development
```sh
npm install
npm run dev
```
## Build
```sh
npm run build
npm run preview
```