Tracks games of Twilight Imperium, displays results and winners of previously played games.
Node.js - https://nodejs.org/en/
Google Firebase account
- Install Node.js
- Clone this repo to a local directory
- Navigate to
/src
folder using command prompt, PowerShell, etc. - Run command
npm install
. - Create a new Firebase project by following the instructions at
https://firebase.google.com/docs/web/setup
- Set up a new Cloud Firestore with the following collections:
- users
- games
- In
/src
folder, updatefirebase.js.example
with your project's configuration details, and rename tofirebase.js
.
Once npm install
has completed, run command npm start
to start the development server and open the project on port 3000.
https://ti4-tracker.firebaseapp.com
- Eric Hornby