A Vue 3 + TypeScript application to calculate slam damage tables for GURPS characters based on HP and speed values.
# Install dependencies
npm install
# Start dev server (http://localhost:5173)
npm run dev
# Run tests
npm test
# Lint and fix code
npm run lintThe app automatically deploys to GitHub Pages on every push to main:
- GitHub Actions runs tests and build (
buildAndDeploy.yml) - Build output is deployed to
gh-pagesbranch - Accessible at: https://yolgie.github.io/GurpsSlamTableCalculator/
Vue • TypeScript • Vite • Vitest • ESLint
GURPS is a trademark of Steve Jackson Games, and its rules and art are copyrighted by Steve Jackson Games. All rights are reserved by Steve Jackson Games. This game aid is the original creation of Matthias Holzinger and is released for free distribution, and not for resale, under the permissions granted in the Steve Jackson Games Online Policy.