Turning a side project into an open-source project
1–10 of 41 posts
Re: Turning a side project into an open-source project
#2Re: Turning a side project into an open-source project
#3Hey, I'm the author of this blog post. Hit me with questions if you got some!
here's the project https://github.com/jehna/ga-lite
Re: Turning a side project into an open-source project
#4Re: Turning a side project into an open-source project
#5Re: Turning a side project into an open-source project
#6Nice work! I especially appreciated the emphasis on writing a good README… but I think it's missing the most crucial thing you need on top your README. That's the motivation aka why the project exists at all, why it's better than the alternatives, etc.
Re: Turning a side project into an open-source project
#7i love the idea of just finishing - anything - and doing another. this is the only way to go, in any endeavor. try, fail, learn, fix. repeat.
Sunken cost fallacy is a real thing even in side projects.
Re: Turning a side project into an open-source project
#8Re: Turning a side project into an open-source project
#9I think that adding a (permissive) license is the missing step from this "tutorial". If you want people to use your project you are going to need to give them permission to do so.
Fortunately GitHub helps you quite a lot nowadays with choosing the license for your project.
Re: Turning a side project into an open-source project
#10I think that adding a (permissive) license is the missing step from this "tutorial". If you want people to use your project you are going to need to give them permission to do so.