A basic character creator for Pathfinder/D20 for personal use.
This was created during my time as a student at Code Chrysalis.
1. yarn install
2. yarn migrate -> Sets up the DB
3. yarn seed -> Optional, seeds the DB with 3 premade characteres
Start here to revisit your Characters
4. yarn BEStart -> Starts the BackEnd
5. yarn FEStart -> Starts the FrontEnd
6. Please find your characters on the local host
- Add more Races
- Add Classes
- Add Inventory
- Add the ability to update characters
- EoU improvements
- Refactor Code
yarn build
yarn lint
When seeding from provided seed file, you will need to save your first new character 4 times. This is necessary to allow the character ID to become unique.