dragonroll/DOCS.md

37 lines
594 B
Markdown
Raw Normal View History

2024-10-05 12:31:09 +00:00
<div align="center">
<img src='static/media/logo-splash.png' class='logo-splash-dark'/>
<img src='static/media/logo-splash-light.png' class='logo-splash-light'/>
</div>
<hr>
<p align="center">
<a href="https://git.aranroig.com/BinarySandia04/Dragonroll">Original web</a> |
<a href="">Documentation</a>
</p>
<br>
# Quick start
## 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