Repository for the TFH Webapp project. Intended for use as an online repository of replay files and VODs from the game Them's Fightin' Herds.
More or less a dead project but I might one day come back to it.
npm run serve
Make sure mongodb is running locally. You might have to change the url
string in index.js
.
Make sure uri
variable in globals.js is the one that doesn't connect to localhost
firebase login
to make sure you're logged in to firebasenpm run build
to build dist folderfirebase deploy
to deployfirebase init emulators
if you haven't initialized emulators
firebase emulators:start
to run firestore emulatorfirebase serve --only functions
to deploy functions