Skip to content

A web application for live tracking of life totals during EDH games.

Notifications You must be signed in to change notification settings

Oreoz/edh-tracker-ui

Repository files navigation

EDH Tracker

Build Status Code Climate

EDH Tracker is a web application that can be used to track life totals in real-time for the Magic the Gathering's EDH/Commander format.

Prerequisites

In order to run the application, you'll need Git, Node.js (with NPM), Ember CLI and Google Chrome properly installed on your computer.

Running / Development

First things first, clone the project and install the dependencies:

git clone https://github.com/Oreoz/edh-tracker-ui.git

cd edh-tracker && yarn

In order to run the application you'll need to create a Firebase project in order to have back-end API.

Once you have your new Firebase project, create a .env file at the root of the project and insert the following keys and complete with the values from your Firebase project (they should be accessible via the Add Firebase to your web app option in the project's console).

FIREBASE_API_KEY=<YOUR-FIREBASE-API-KEY>
FIREBASE_AUTH_DOMAIN=<YOUR-FIREBASE-AUTH-DOMAIN>
FIREBASE_DATABASE_URL=<YOUR-FIREBASE-DB-URL>
FIREBASE_STORAGE_BUCKET=<YOUR-FIREBASE-BUCKET>

Once that's all done, you should be able to run the application:

ember s

→ Open your favorite browser at http://localhost:4200.

About

A web application for live tracking of life totals during EDH games.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published