Bilingual English and Somali hotel management and room booking system
# EliteStay Hotel Management System
EliteStay is a bilingual English and Somali web-based hotel management and room booking system for small-to-medium hotels.
## Tech stack
- TanStack Start (React full-stack framework)
- TanStack Router
- Tailwind CSS
- Vite
## Getting started
```bash
npm install
npm run dev
```
The development server runs at
localhost.
## Scripts
| Command | Description |
|---------|-------------|
| `npm run dev` | Start the development server |
| `npm run build` | Build for production |
| `npm run preview` | Preview the production build |
| `npm run lint` | Run ESLint |
| `npm run format` | Format code with Prettier |