Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tom-wolfe/this-is-your-life
An angular app character backstories based on the Xanathar's Guide to Everything 'This Is Your Life' tables.
https://github.com/tom-wolfe/this-is-your-life
and character dnd dnd5e dragons dungeons everything generator guide random to xanathar-s xgte
Last synced: about 2 months ago
JSON representation
An angular app character backstories based on the Xanathar's Guide to Everything 'This Is Your Life' tables.
- Host: GitHub
- URL: https://github.com/tom-wolfe/this-is-your-life
- Owner: tom-wolfe
- License: mit
- Created: 2017-12-11T10:54:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T20:02:27.000Z (about 2 years ago)
- Last Synced: 2023-03-07T14:20:47.203Z (almost 2 years ago)
- Topics: and, character, dnd, dnd5e, dragons, dungeons, everything, generator, guide, random, to, xanathar-s, xgte
- Language: JavaScript
- Homepage: https://tiyl.twolfe.dev
- Size: 1.02 MB
- Stars: 37
- Watchers: 1
- Forks: 9
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# This Is Your Life
[See it Running Here!](https://tiyl.twolfe.dev)
This is a simple generator that automates the process of generating a Dungeons & Dragons 5th Edition character based on the random tables in the Player Handbook, Volo's Guide to Monsters, Xanathar's Guide to Everything and accompanying material.
## Initializing
Run `npm i` to install all required dependencies before running the development server.
## Development server
Run `npm run start` for a dev server. Navigate to `http://localhost:8080/`. The app will automatically reload if you change any of the source files.
## Build
Run `npm run build` to build the project. The build artifacts will be stored in the `dist/` directory.
## Running unit tests
Run `npm test` to execute the unit tests via [Jasmine](https://jasmine.github.io/).
## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/trwolfe13/brewdown/tags).
## Authors
* **Tom Wolfe** - *Initial work* - [trwolfe13](https://github.com/trwolfe13)
See also the list of [contributors](https://github.com/trwolfe13/this-is-your-life/contributors) who participated in this project.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details