An open API service indexing awesome lists of open source software.

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.

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