pogdark-app/README.md
2025-02-19 13:35:11 -05:00

16 lines
149 B
Markdown

# Welcome to Pogdark
## Get started
1. Install dependencies
```bash
npm install
```
2. Start the app
```bash
npm run web
```