16 lines
149 B
Markdown
16 lines
149 B
Markdown
# Welcome to Pogdark
|
|
|
|
## Get started
|
|
|
|
1. Install dependencies
|
|
|
|
```bash
|
|
npm install
|
|
```
|
|
|
|
2. Start the app
|
|
|
|
```bash
|
|
npm run web
|
|
```
|