pogdark-app/README.md

16 lines
149 B
Markdown
Raw Normal View History

2025-02-19 18:35:11 +00:00
# Welcome to Pogdark
2025-02-19 18:33:09 +00:00
## Get started
1. Install dependencies
```bash
npm install
```
2. Start the app
```bash
2025-02-19 18:35:11 +00:00
npm run web
2025-02-19 18:33:09 +00:00
```