All checks were successful
Build Flutter Web and Docker Image for Local Registry / Build React Native Web App (push) Successful in 10m32s
24 lines
324 B
Markdown
24 lines
324 B
Markdown
# Welcome to Pogdark
|
|
|
|
## Get started
|
|
|
|
1. Install dependencies
|
|
|
|
```bash
|
|
npm install
|
|
```
|
|
|
|
2. Start the app
|
|
|
|
```bash
|
|
npm run web
|
|
```
|
|
|
|
## 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/)
|