A Reddit Place pseudo-clone made in Firebase and VueJS
We'll need it later
git clone https://github.com/iamareebjamal/pixelboard
Create a project at Firebase
- Head to https://console.firebase.google.com/
- Sign in with Google
- Create "Create a Project"
- Enter a project name - other details can be left default
- From any Firebase console page, get your Project ID from the URL bar
- Replace the "Default" value in
.firebaserc
file with your Project ID
- From the Firebase console page, Click Project Overview
-
Click Add app, and select Web</>
-
Enter a name - Ignore the rest, we'll get it later!
-
Click Continue to console
-
View your app by clicking "1 app" (where Add app was)
-
Click the Gear ⚙️ icon to visit the settings page
-
Scroll down to Firebase SDK snippet, and select Config
- Create a file in
src/
calledfirebaseconf.ts
, and make itexport default
your Firebase SDK snippit config
-
Run
yarn install
-
Run
yarn build
- From inside your project console, click Hosting
-
Click Get Started
-
From where your project is locally, follow the steps for Set up Firebase Hosting
-
Run
firebase deploy
-
You're done! Click the Hosting URL in your console to view your project!