lwakefield / dndandy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 rolling

DnDandy 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

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

About


Languages

Language:Svelte 48.9%Language:JavaScript 38.8%Language:TypeScript 9.0%Language:CSS 1.7%Language:HTML 1.4%Language:Dockerfile 0.2%Language:Makefile 0.0%