mirror of
https://github.com/brian8544/turtle-wow.git
synced 2024-12-27 18:04:35 +00:00
18 lines
170 B
Markdown
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
|
||
|
```
|