Summary
In this chapter, we learned how to package and deploy Bookmarkr onto different platforms in order to distribute it to users all around the world, no matter their platform of choice, be it Windows, Linux, or macOS.
This is quite a milestone we achieved, from the inception of the idea of our CLI application all the way to getting it into the hands of millions of users worldwide. Let’s take a moment to celebrate this achievement and be proud of ourselves. Congratulations! 🎉
However, some users are telling us that the application is sometimes slow. We haven’t experienced these performance issues since we are running on fast and powerful computers, but that is not the case with all our users. Although we could simply specify the minimum requirements to run Bookmarkr, we don’t want to limit the number of users that can benefit from and be able to use it. So, we have decided to see whether there is something we can do.
In the next chapter, we...