I’ve been building an app for some time and I’m interested in open sourcing it. I’ve searched the net but I haven’t found a good thorough guide on how to open source an app. So, besides choosing a place to put my code (github etc), what are some other advice you can give me in order to do it right? Thanks in advance


Pick a good license: https://choosealicense.com/
If you haven’t already, look into how git works.
Then upload the code to a git forge like codeberg or github
Thank you:)