Rotting pineapple by Kelsey Clarke
API midtier for orchestrating gameplay for Tepache Mode platform This is a work in progress with high churn
You will need the following things properly installed on your computer.
- Git
- Node.js (with npm)
- Firebase CLI
git clone https://github.com/manufacturedba/tepacheweb
this repositorycd tepacheweb
npm install
This application makes use of Firebase's authentication, firestore, and storage. Instructions are not provided here for how to setup.
firebase init
firebase emulators:start
node run emulate
Server code is mid-migration from proof of concept file, index.js
npm start
FIREBASE_STORAGE_EMULATOR_HOST="localhost:9199"
FIRESTORE_EMULATOR_HOST="localhost:8080"
FIREBASE_AUTH_EMULATOR_HOST="localhost:9099"
- Definitely TODO
npm run lint
npm run lint:fix