21 lines
291 B
Markdown
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
|
|
```
|