Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.01 KB

File metadata and controls

31 lines (21 loc) · 1.01 KB

D&D 5e Character Sheet Maker

A WIP character sheet maker for D&D 5e. Generates a 5e character sheet PDF with fields filled out.

Live demo available here.

It's very limited in scope so far. Numerous features are not implemented.

I cannot guarantee all stat calculations are correct. You'll want to verify the numbers yourself. Your DM may be mad if you tell him you used this tool to create your character.

You'll need a D&D 5e Player's Handbook to fill out instances of copyrighted text such as the personality traits, ideals, bonds and flaws.

Thanks to

Project setup

npm install

Compiles and hot-reloads for development

npm start

Compiles and minifies for production

npm run build