Skip to content

austinreadhoff/rolladex

Repository files navigation

Desktop app for RPG character sheets. Fully offline and saves characters as simple JSON files. Also allows export to PDF.

Supported Games:

  • DnD 5e
  • Pathfinder 2e
  • GM Tools: iniatitive tracker, youtube-powered soundboard, game content reference

Changelog

Changelog

Usage

If it exists, grab the latest package for your OS and install

Building from Source

npm ci

tsc

npm start

Packaging for Debian Linux:

npm run package-linux

npm run create-debian-installer

Packaging for Windows:

npm run package-windows

npm run create-windows-installer

Packaging for MacOS:

npm run package-macos

npm run create-macos-installer

Thanks