This repository contains the codebase for the Reactive Robot Firebase-hosted website. The site is a personal project by Matt Dailey, featuring blog posts, a public traffic dashboard, and other static content. The site is deployed using Firebase Hosting.
- public/: Contains all the static files being served, including HTML, CSS, and images.
- firebase.json: Firebase configuration file for specifying hosting settings, rewrites, and redirects.
- .firebaserc: Firebase project configuration file.
- deploy.sh: Deployment script to deploy the project using Firebase.
To get started with this project, follow the steps below:
- Clone the repository:
git clone https://github.com/mattdailey/reactive-robot-firebase.git cd reactive-robot-firebase - Install Firebase CLI if you haven't already:
npm install -g firebase-tools
- Login to Firebase:
firebase login
- Initialize Firebase project:
firebase init
- Deploy the project:
./deploy.sh
Matt Dailey
Public traffic dashboard: Simple Analytics Dashboard