https://github.com/tom-wolfe/npc-tarot
An NPC generator based on a randomised tarot reading.
https://github.com/tom-wolfe/npc-tarot
dnd dungeons-and-dragons fortune generator npc tarot tool utility
Last synced: 2 months ago
JSON representation
An NPC generator based on a randomised tarot reading.
- Host: GitHub
- URL: https://github.com/tom-wolfe/npc-tarot
- Owner: tom-wolfe
- License: mit
- Created: 2018-06-06T07:05:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-13T21:46:54.000Z (over 2 years ago)
- Last Synced: 2025-01-28T13:43:17.644Z (4 months ago)
- Topics: dnd, dungeons-and-dragons, fortune, generator, npc, tarot, tool, utility
- Language: JavaScript
- Homepage: https://tarot.twolfe.co.uk/
- Size: 1.63 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NPC Tarot
[See it Running Here!](https://tarot.twolfe.dev)
This is a simple generator that automates a tarot reading with the intention of being applied to creating D&D NPCs.
## 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/npc-tarot/contributors) who participated in this project.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details