https://github.com/halimath/dnd30crs
Character Record Sheet (german) for D&D 3.0
https://github.com/halimath/dnd30crs
d20 d20v30 dnd
Last synced: 3 months ago
JSON representation
Character Record Sheet (german) for D&D 3.0
- Host: GitHub
- URL: https://github.com/halimath/dnd30crs
- Owner: halimath
- Created: 2021-04-08T12:07:37.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-09T14:33:19.000Z (about 4 years ago)
- Last Synced: 2025-01-22T03:27:51.012Z (4 months ago)
- Topics: d20, d20v30, dnd
- Language: HTML
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Character Record Sheet for D&D 3.0
This repo contains a HTML based character record sheet for D&D 3.0. The record
sheet is available in German language.The sheet is created using HTML and custom CSS (making massive use of flexbox).
To create a PDF version, a [puppeteer](https://github.com/puppeteer/puppeteer/)
script is provided.## Downloads
You may download generated PDF version from the [releases page](https://github.com/halimath/dnd30crs/releases/).
## How to develop
You need [nodejs](https://nodejs.org/en/) and npm installed.
1. Install dependencies
```
$ npm i
```2. Generate CSS
```
$ npm run build
```or alternatively
```
$ npm start
```which will run sass compiler in watch mode.
3. Generate PDF
```
$ npm run create-pdf
```# License
This work is licensed under a Creative Commons Attribution 4.0 License.