Landing Page of Club de Rugby Santo Domingo (SDRC)
This is a Firebase web application ready to be deployed to Firebase Hosting (free tier).
- Install Node.js (if not already installed)
- Install Firebase CLI globally:
npm install -g firebase-tools
-
Login to Firebase:
firebase login
-
Initialize Firebase project:
firebase init hosting
- Select "Use an existing project" or "Create a new project"
- Set public directory to:
public - Configure as single-page app:
Yes - Set up automatic builds:
No(orYesif you want GitHub Actions)
-
Update project ID: Edit
.firebasercand replaceyour-project-idwith your actual Firebase project ID.
Opción 1: Usar el script de despliegue (recomendado)
./deploy.shOpción 2: Desplegar manualmente
firebase deploy --only hostingPreview local antes de desplegar:
firebase serveLuego visita http://localhost:5000 en tu navegador.
SDRC/
├── public/
│ └── index.html # Main landing page
├── firebase.json # Firebase hosting configuration
├── .firebaserc # Firebase project configuration
├── .gitignore # Git ignore rules
└── README.md # This file
- ✅ Responsive design (mobile-friendly)
- ✅ Modern UI with smooth navigation
- ✅ Sections: About, Teams, Fixtures, Join Us, Contact
- ✅ Ready for Firebase Hosting deployment
- ✅ Free hosting on Firebase (Spark plan)
- Update images: Replace placeholder URLs in
public/index.html - Update contact information: Edit the contact section
- Update team information: Modify the teams section
- Add your logo: Replace the logo image URL in the header
- Free SSL certificate (HTTPS)
- Global CDN for fast loading
- Custom domain support
- Free tier includes:
- 10 GB storage
- 360 MB/day bandwidth
- Custom domain support
- Replace placeholder images with actual rugby club photos
- Update contact information and social media links
- Add actual fixture/results data
- Consider adding a contact form (Firebase Functions)
- Set up a custom domain (optional)
© 2024 Club de Rugby Santo Domingo. All rights reserved.