Go to file
2024-10-01 21:20:16 +02:00
backend Connected Plugins with backend (Part 1) 2024-10-01 14:57:53 +02:00
client Update readme 2024-10-01 21:20:16 +02:00
locales Account creation now works 2024-09-30 15:28:04 +02:00
plugins Connected Plugins with backend (Part 1) 2024-10-01 14:57:53 +02:00
.gitignore Connected Plugins with backend (Part 1) 2024-10-01 14:57:53 +02:00
package-lock.json More animations 2024-09-24 19:48:59 +02:00
package.json More animations 2024-09-24 19:48:59 +02:00
prebuild.js Connected Plugins with backend (Part 1) 2024-10-01 14:57:53 +02:00
README.md Update readme 2024-10-01 21:20:16 +02:00
start-dev.sh Module plugin rework part 1 2024-09-27 00:56:22 +02:00
start.sh Prepared for pushing 2024-09-21 19:08:36 +02:00
TODO.md Readme bonic 2024-10-01 14:26:43 +02:00

Shows a black logo in light color mode and a white one in dark color mode.

An open-source virtual table top for role-playing games

Original web | Documentation


Dragonroll

Dragonroll is an open source online virtual tabletop aimed to be an alternative to Foundry and Roll20

Installation 🛠️

Run

./install.sh

This will install all the necesary npm packages both for the frontend and the backend

Running 🚀

Run

./start.sh

or

./start-dev.sh

if you want to start the development environments