Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.
/ blades-hud Public archive
forked from jwarley/blades-hud

Party info tracker for playing Blades in the Dark remotely

Notifications You must be signed in to change notification settings

frozenpandaman/blades-hud

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blades-hud

An online dashboard/HUD for John Harper's Blades in the Dark TTRPG.

Development

$ npm install --legacy-peer-deps
$ npm start

Runs on http://localhost:3000 in the browser.

Configuration

  • 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

Production

npm run build optimizes & builds the web app into the build/ folder.

To deploy, run npm run deploy.

Screenshots

clocks page map page notes page

About

Party info tracker for playing Blades in the Dark remotely

Topics

Resources

Stars

Watchers

Forks

Languages

  • TypeScript 97.3%
  • CSS 1.6%
  • HTML 1.1%