Warning: This is work in progress.
Software quality
This is by not extend a complete list. It is without saying that the software you design, and implement, should hold to certain quality standards.
Deployment
When possible use Docker to distribute your application. You can utilize GitHub Packages to host your images. I should be able to run your application just by:
- Clone the repository and navigate to it.
- Copy .evn.example and update it.
- Run docker compose.