Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lwakefield/dndandy
https://github.com/lwakefield/dndandy
dnd dnd-tools dnd5e rethinkdb sapper svelte
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lwakefield/dndandy
- Owner: lwakefield
- Created: 2020-07-20T15:01:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T12:12:43.000Z (about 2 years ago)
- Last Synced: 2024-03-18T01:10:52.139Z (10 months ago)
- Topics: dnd, dnd-tools, dnd5e, rethinkdb, sapper, svelte
- Language: Svelte
- Homepage:
- Size: 685 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# DnDandy
DnDandy is a virtual tabletop for D&D with the following features:
- Map Creation
- Realtime Sync
- GM/Player View
- Fog of War
- Unlimited maps per game
- Custom tokens
- Chat
- Dice rollingDnDandy was built out of a frustration with Roll20. It is not intended to be a feature-for-feature clone, instead it focuses on the core features (map management, token management and chat), aiming for simplicity, flexibility and speed.
![Screenshot](https://user-images.githubusercontent.com/5688923/88478647-0d729800-cf18-11ea-9333-a0257c56cc85.png)
# Setup
There are still some manual steps to get up and running:
1. Install app dependencies - `cd app && yarn`
2. Start the stack - `docker-compose up`
3. Setup the s3 bucket:
1. Browse to `localhost:9000`
2. Login with credentials found in `docker-compose.yml`
3. Add the `user-assets` bucket
4. Add a `* read-only` asset for the `user-assets` bucket
4. Add `127.0.0.1 imgproxy` to your /etc/hosts