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
|
|
|
```
|
2025-02-22 02:56:54 +00:00
|
|
|
|
|
|
|
## Contributing
|
|
|
|
|
|
|
|
Currently we're not looking for contributors.
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
This work is licensed under [CC BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/)
|