/archon-arena

A KeyForge client for playing against other people, testing decks, and potentially more.

Primary LanguageTypeScriptMIT LicenseMIT

Frontend

Install

yarn

Run locally

npm start

Deploy (This deploys everything, including functions)

firebase login
npm run build
firebase deploy

Functions

Inside the functions directory.

Install

yarn

Run Locally

Get the file "forge-of-the-archons-firebase-adminsdk-key.json" from someone and drop it in /functions

npm run serve