dragonroll/README.md

39 lines
678 B
Markdown
Raw Normal View History

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">
2024-10-01 13:00:09 +00:00
<a href="https://git.aranroig.com/BinarySandia04/Dragonroll">Original web</a> |
<a href="">Documentation</a>
2024-10-01 12:26:43 +00:00
</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
Run
```
./install.sh
```
2024-08-09 17:06:38 +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
```
2024-10-01 13:01:23 +00:00
if you want to start the development environments