37 lines
594 B
Markdown
37 lines
594 B
Markdown
|
<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
|