Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 490 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 490 Bytes

Root RPG

A digital implementation of the Root RPG (PbtA) system.

Installation & Setup

  • npm i
  • npm run setup
  • npm start (or npm run start:client and npm run start:server in separate terminals)

Building

  • npm run build

Or, check the workflows/ folder and see how the manual deploy workflows work.

Updating Content

Anytime there's an update to the content, to test locally, run npm run content.

Credits

  • Leder Games (Root)
  • Magpie Games (Root RPG)