Hacker News new | ask | show | jobs
by songzme 1622 days ago
you could start by creating a repository on github and gitlab, they have resources to help you track your source code with git and push your code to your repository. Then now you code is available for everyone to see.

Next, you want to create a readme file so someone new to your project could read it and understand how the code works. You can also start creating issues of features / bugs you plan to do.