This commit is contained in:
2026-07-23 09:45:21 +00:00
parent e388dc2cf4
commit 08816695c9
405 changed files with 13784 additions and 686 deletions

View File

@@ -1,29 +1,20 @@
# Welcome to your Lovable project
# Promist Misting Systems
This project was built with [Lovable](https://lovable.dev).
A modern React website for Promist — high-pressure misting systems based in Dubai, UAE.
## Build with Lovable
Open your project in the [Lovable editor](https://lovable.dev) and keep building.
- **Ship faster**: describe what you want to build and Lovable handles the code.
- **Stay in sync**: connect the project to GitHub and every change made in Lovable is committed straight to your repository.
- **Full ownership**: this code is yours. Push to your repository and your changes sync back into Lovable, ready for your next prompt.
## Tech Stack
- React 19 + TanStack Start
- TypeScript
- Tailwind CSS v4
## Development
Prefer working locally? You need Node.js and npm — [install with nvm](https://github.com/nvm-sh/nvm#installing-and-updating).
```sh
git clone <this-repository-url>
cd <repository-name>
npm i
npm install
npm run dev
```
## Built with
- TanStack Start
- TypeScript
- React
- Tailwind CSS
## Build
```sh
npm run build
npm run preview
```