2024-10-01 12:26:43 +00:00
|
|
|
<img align="center" src="client/public/img/logo-splash.png" alt="Logo">
|
|
|
|
<hr>
|
2024-08-01 21:26:01 +00:00
|
|
|
|
2024-10-01 12:26:43 +00:00
|
|
|
<h3 align="center">
|
2024-08-01 21:26:01 +00:00
|
|
|
An open-source virtual table top for role-playing games
|
2024-10-01 12:26:43 +00:00
|
|
|
</h3>
|
|
|
|
<p align="center">
|
|
|
|
<a href="https://git.aranroig.com/BinarySandia04/That">Original web</a>
|
|
|
|
</p>
|
|
|
|
<br>
|
|
|
|
|
|
|
|
# Dragonroll
|
|
|
|
|
|
|
|
Dragonroll is an open source online virtual tabletop aimed to be an alternative to Foundry and Roll20
|
|
|
|
|
|
|
|
## Installation 🛠️
|
2024-08-01 21:26:01 +00:00
|
|
|
|
2024-10-01 12:57:53 +00:00
|
|
|
Run
|
|
|
|
```
|
|
|
|
./install.sh
|
|
|
|
```
|
2024-08-09 17:06:38 +00:00
|
|
|
|
2024-10-01 12:57:53 +00:00
|
|
|
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 environment
|