turtle-wow-source-kinda/Dumps/Source Code/4 - Development_launcher/main/README.md
Brian Oost a1d5bb70b2 Init
2024-08-06 18:06:40 +02:00

18 lines
170 B
Markdown

# turtle-launcher
## Instructions
Install dependencies:
```
npm install
```
Set the `.env` variables (according to `.env.example`)
Run locally:
```
npm run dev
```