First commit
This commit is contained in:
43
README.md
Normal file
43
README.md
Normal file
@@ -0,0 +1,43 @@
|
||||
<picture align="center">
|
||||
<source media="(prefers-color-scheme: dark)" srcset="static/media/logo-splash.png">
|
||||
<source media="(prefers-color-scheme: light)" srcset="static/media/logo-splash-light.png">
|
||||
<img alt="Shows a black logo in light color mode and a white one in dark color mode." src="client/public/img/logo-splash.png">
|
||||
</picture>
|
||||
<hr>
|
||||
|
||||
<h3 align="center">
|
||||
An open-source virtual table top for role-playing games
|
||||
</h3>
|
||||
<p align="center">
|
||||
<a href="https://git.aranroig.com/BinarySandia04/Dragonroll">Original web</a> |
|
||||
<a href="">Documentation</a>
|
||||
</p>
|
||||
<br>
|
||||
|
||||
# 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
|
||||
Reference in New Issue
Block a user