tom-wolfe / npc-tarot

An NPC generator based on a randomised tarot reading.

Home Page:https://tarot.twolfe.co.uk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NPC Tarot

See it Running Here!

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.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

About

An NPC generator based on a randomised tarot reading.

https://tarot.twolfe.co.uk/

License:MIT License


Languages

Language:JavaScript 59.4%Language:HTML 29.9%Language:Handlebars 6.9%Language:SCSS 3.8%