An online dashboard/HUD for John Harper's Blades in the Dark TTRPG.
$ npm install --legacy-peer-deps
$ npm start
Runs on http://localhost:3000 in the browser.
index.tsx
: Hardcoded Firebase app info, campaign title, player names- Set up Cloud Filestore (NoSQL backend) with the security rule found in
cloud_firestore_rules.txt
(gives access with auth only) - Configure your
package.json
as described here to deploy to GitHub Pages
npm run build
optimizes & builds the web app into the build/
folder.
To deploy, run npm run deploy
.