https://github.com/aitorres/dndtools
A collection of assorted tools for Dungeons and Dragons campaigns, DMs and players.
https://github.com/aitorres/dndtools
dice-roller dm-tools dnd dungeon-masters dungeons-and-dragons svelte ttrpg web
Last synced: 3 months ago
JSON representation
A collection of assorted tools for Dungeons and Dragons campaigns, DMs and players.
- Host: GitHub
- URL: https://github.com/aitorres/dndtools
- Owner: aitorres
- License: agpl-3.0
- Created: 2024-11-22T07:48:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-11T19:28:04.000Z (over 1 year ago)
- Last Synced: 2025-02-11T20:29:09.395Z (over 1 year ago)
- Topics: dice-roller, dm-tools, dnd, dungeon-masters, dungeons-and-dragons, svelte, ttrpg, web
- Language: Svelte
- Homepage: https://dndtools.aitorres.com
- Size: 267 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DnD Tools

**DnD Tools** is a collection of simple tools for Dungeons and Dragons DMs and players, built as a web application using Svelte.
You can access the project [here: DnD Tools](https://dndtools.aitorres.com/) and read more about it [here](https://aitorres.com/projects/dnd-tools/)
## Installation
If you want to install the web application locally, you will need `npm`.
Clone the repository, then run the following to start a development server:
```bash
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
```
## Deployment
Since the app is a static website, you can run the following `npm` command to build the project.
```bash
npm run build
```
You can preview the production build with `npm run preview`.
Then, just copy the contents of the `build` folder to an appropriate web hosting.
## Contributing
Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.