Removed CI info.

This commit is contained in:
Tom Butcher 2025-10-11 20:28:39 +01:00
parent 6b9e719967
commit 68251e80a8

View File

@ -1,6 +1,5 @@
# The Hideout UI
[![Build Status](https://ci.tombutcher.work/job/tombutcher.work/job/tombutcher-ui/job/main/badge/icon)](https://ci.tombutcher.work/job/tombutcher.work/job/tombutcher-ui/job/main/)
This is the front-end web application for **The Hideout** ([thehideoutltd.com](https://thehideoutltd.com)), built with **React.js** and hosted on **Cloudflare Pages**. The website showcases rental properties with beautiful image galleries, property details, booking integrations, and a contact form for inquiries.
@ -22,8 +21,6 @@ This is the front-end web application for **The Hideout** ([thehideoutltd.com](h
- **Responsive Design**: Fully responsive layout that adapts to all screen sizes
- **Contact Form**: Secure contact form with Cloudflare Turnstile protection
- **Booking Integration**: Links to Airbnb and Booking.com for direct bookings
- **Authentication**: Keycloak integration for secure user management
- **Particle Effects**: Interactive background animations using tsParticles
- **Performance**: Optimized with lazy loading, caching, and modern web practices
## Prerequisites
@ -101,14 +98,6 @@ npm run deploy
This will build the project and deploy it to Cloudflare Pages.
### Automated Deployment
This project uses Jenkins for CI/CD. The pipeline automatically:
1. Checks out the code
2. Installs dependencies
3. Builds the project
4. Deploys to Cloudflare Pages
## Project Structure
```
@ -125,10 +114,6 @@ thehideout-ui/
└── assets/ # Additional assets
```
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Resources
- [React](https://react.dev/)