Skip to content

bencodrington/turbo-bard

Repository files navigation

TurboBard

A lightning-fast tabletop RPG audio solution.

Find and play atmospheric music and sound effects for your D&D or Pathfinder game in seconds, for free.

Running in your phone or laptop's browser, TurboBard lets you react in real-time when the party goes somewhere unexpected.

Scripts

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

npm run build

Builds and minifies app for production to the build folder.

npm run deploy

Runs build and then commits and pushes the output to the remote gh-pages branch, deploying it immediately to the live GitHub Pages site. More info.

After deploying, create a new tag with git tag -a v1.2.3 -m "Description of update.".

Push it to remote with git push origin v1.2.3.

In the functions directory

npm run watch

Recompile functions whenever you save.

npm run start

Emulate cloud functions locally to test without having to deploy.

npm run deploy

Deploys any changes to the cloud functions.