Skip to content

Simple D&D 5e character sheet aiming to improve over editable PDFs but keep their look and feel.

License

Notifications You must be signed in to change notification settings

d-baranowski/dnd-character-sheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

D&D Character Sheet Manager

Built using Electron & React.

Esthetically pleasing 5e Character sheet with many useful features.

  • SRD Content for spells and feats
  • Automatic long rest
  • Animated health bar
  • 3d animated hit dice menu
  • Pretty alignment picker
  • Auto calculated values from modifiers

Alt text

Watch Demo Here

Download Your operating system will warn you against installing it because I didnt bother signing the application.

Run

Start the app in the dev environment. This starts the renderer process in hot-module-replacement mode and starts a webpack dev server that sends hot updates to the renderer process:

$ npm run dev

Alternatively, you can run the renderer and main processes separately. This way, you can restart one process without waiting for the other. Run these two commands simultaneously in different console tabs:

$ npm run start-renderer-dev
$ npm run start-main-dev

Packaging

To package apps for the local platform:

$ npm run package

To package apps for all platforms:

First, refer to Multi Platform Build for dependencies.

Then,

$ npm run package-all

To package apps with options:

$ npm run package -- --[option]

To run End-to-End Test

$ npm run build
$ npm run test-e2e

💡 You can debug your production build with devtools by simply setting the DEBUG_PROD env variable:

DEBUG_PROD=true npm run package

About

Simple D&D 5e character sheet aiming to improve over editable PDFs but keep their look and feel.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages