Skip to content

A personal implementation of a pathfinder 2e character sheet cause commander is still playtest

Notifications You must be signed in to change notification settings

benjo121ben/pf2e-commander-char-sheet

Repository files navigation

This software is nowhere near finished. A lot of important UI is still missing

If you're just interested in running the release, download the zip, unzip and create a saves folder inside the app folder. An example for how the character data should look like is in the dev_saves folder. A lot of stuff still needs to be manually added to the json and cannot yet be edited in the browser.

If you want to add new data, check the resource folder: Feats need to be added in the Feats.json Trait tooltips can be added in the Traits.json

how to get this code running

you can either:

  • install cargo leptos
  • run "cargo leptos watch"

or for the release build:

  • install cargo leptos
  • run "cargo leptos build --release"
  • create /app folder
  • copy the executable into app folder from target/release folder
  • copy the "Cargo_deploy.toml" file into app folder with the name "Cargo.toml"
  • copy target/site folder into app/site
  • copy resources folder into app/resources
  • create folder app/saves
  • run executable

once that is done, you can access the software in any browser at localhost on port 45000 or the port you configure inside the Cargo_deploy.toml/Cargo.toml

About

A personal implementation of a pathfinder 2e character sheet cause commander is still playtest

Resources

Stars

Watchers

Forks

Packages

No packages published