turtle-wow-source-kinda/Dumps/Source Code/4 - Development_launcher/main/README.md

18 lines
170 B
Markdown
Raw Normal View History

2024-08-06 16:06:40 +00:00
# turtle-launcher
## Instructions
Install dependencies:
```
npm install
```
Set the `.env` variables (according to `.env.example`)
Run locally:
```
npm run dev
```