Marketing website for Bell Driver Education, deployed on Firebase Hosting.
- Static HTML/CSS/JavaScript
- Firebase Hosting
Because this is a static site, you can open index.html directly or run a local static server.
Example (Python):
python -m http.server 8080Then open http://localhost:8080.
- Install Firebase CLI:
npm install -g firebase-tools- Authenticate:
firebase login- Deploy hosting:
firebase deploy --only hosting --project bell-driver-siteThis repo includes .github/workflows/deploy.yml to deploy on pushes to main.
Required GitHub secret:
GOOGLE_APPLICATION_CREDENTIALS(service account JSON)