Go to file
2024-10-09 10:03:20 +02:00
.gitea/workflows Test action 2024-10-09 10:03:20 +02:00
backend Mes encara mes coses 2024-10-06 17:43:44 +02:00
client Mes coses 2024-10-06 01:36:18 +02:00
locales Account creation now works 2024-09-30 15:28:04 +02:00
plugins Mes coses 2024-10-06 01:36:18 +02:00
static Mes coses 2024-10-06 01:36:18 +02:00
tests Babel 2024-10-09 10:02:13 +02:00
tutorials Mes coses 2024-10-06 01:36:18 +02:00
.gitignore Trying to add jsdocs 2024-10-05 12:57:47 +02:00
babel.config.js Babel 2024-10-09 10:02:13 +02:00
build.sh Mes coses 2024-10-06 01:36:18 +02:00
DOCS.md Documentation! 2024-10-05 14:31:09 +02:00
jest.config.js Babel 2024-10-09 10:02:13 +02:00
jsdoc.json Started api 2024-10-05 19:27:28 +02:00
package-lock.json Babel 2024-10-09 10:02:13 +02:00
package.json Babel 2024-10-09 10:02:13 +02:00
prebuild.js Connected Plugins with backend (Part 1) 2024-10-01 14:57:53 +02:00
README.md README FIX 2024-10-05 14:32:14 +02:00
start-dev.sh Trying to add jsdocs 2024-10-05 12:57:47 +02:00
start.sh Trying to add jsdocs 2024-10-05 12:57:47 +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