Skip to content

milgner/sr6-character-sheet

Repository files navigation

Digital character sheet for Shadowrun 6

📄 Build a character sheet as individual as your character

🆓 Open-source software does not require any account (data is kept in the browser)

You can either use my hosted version or host it yourself.

🇩🇪/🇺🇸 German as well as english translations (contributions welcome!)

Vue.js 2.6.11 Issues

In order to brush up on my Vue.js-fu, I built this digital character sheet so that my gaming group wouldn't need to use a proprietary system to keep their data. The ultimate goal is to make this printable, too, but first and foremost I want to explore the potential of a digital character sheet.

See LICENSE.md for Shadowrun-specific licensing information.

Project setup

Install all dependencies:

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Contributions are welcome!