Skip to content
Snippets Groups Projects
Commit be5c3a24 authored by ah3472's avatar ah3472
Browse files

Update README.md

parent fd41b0c7
No related branches found
No related tags found
No related merge requests found
# Covid Crossfire
**Firebase Setup**
This is the basic Firebase setup: https://firebase.google.com/docs/web/setup
Below is the specific setup for our game:
1) Sign into Firebase using your Google Account
2) In the Firebase console click "Add project" and follow the instructions
3) Next open your firebase project and open settings
4) At the bottom of the general tab there is an option to add apps to your project
5) Select web app and register your app
6) When it tells you to add Firebase SDK open the env.json file in the game directory
7) Replace the contents of the env.json with the firebaseConfig variable
8) Move the env.json to the parent directory of the game
9) Now your game is ready to be locally run
**Locally Run the Game**
1) Clone repository/download zip
1) Install Node.js: https://nodejs.org/en/
......@@ -16,17 +31,3 @@
* Interact/Pickup: F
\ No newline at end of file
**Firebase Setup**
This is the basic Firebase setup: https://firebase.google.com/docs/web/setup
Below is the specific setup for our game:
1) Sign into Firebase using your Google Account
2) In the Firebase console click "Add project" and follow the instructions
3) Next open your firebase project and open settings
4) At the bottom of the general tab there is an option to add apps to your project
5) Select web app and register your app
6) When it tells you to add Firebase SDK open the env.json file in the game directory
7) Replace the contents of the env.json with the firebaseConfig variable
8) Move the env.json to the parent directory of the game
9) Now your game is ready to be locally run
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment