Project for analyzing dice roll formulas in TTRPGs.
# Build pips
cargo build --all
# Test
cargo test
# Build pips-wasm
./build-wasm.sh
# Publish pips crate
cargo release <level>
# OR Publish both pips crate and pips-wasm package
cargo release <level> --workspace
# push changes
git push
git push --tags
For details on running the website, see pips-web/README.md.