Added section 'Contributing' to README.md

This commit is contained in:
Blue Fox 2022-12-29 09:11:54 +01:00
parent 932a494a9a
commit ca03011390

View File

@ -2,6 +2,22 @@
*DWDeathermap* is an open-source application to make the DWD services usable in an App (Android/Web) for free.
# Contributing
Everybody who wants to contribute in a coding way can do that via:
1. cloning the repo locally
2. writing the new/optimized/better/whatever code
3. creating a pull request
---
The development flask server (for the web app) can be started with
```sh
python3 main.py
```
in the root directory.
# LICENSE
This is free and unencumbered software released into the public domain.