Skip to content
This repository has been archived by the owner on Apr 4, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (11 loc) · 623 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 623 Bytes

pf2sheet

Pathfinder 2 character sheet.

Repurposing

You can use this for your own character, but it's not something I'm actively supporting.

To do so,

  1. Fork
  2. Change the values in src/data.json
  3. Build and deploy however you like.

I'm using GitHub Actions to deploy to surge.sh whenever I push. If you want to do the same (it's free), you'll need to sign up for surge, create a token, and put that into your repository's secrets so that it can be used in the Action workflow.

Note

This project was bootstrapped with Create React App.