A New Beginning [Dev Post 5]
Here is what I got done ever since I announced modOS Sevda Çiçeği!
git init
So we now have modOS-VT as a GitHub repository. It’s pretty cool. VT stands for Vite Type, indicating how the project utilizes Vite and TypeScript instead of just html and javascript.
What is made?
I made:
- A bootstrap, which initializes every service necessary for modOS runtime.
- Basic system.
- Firebase!!!
Jeez, why did it take 7 hours?
Well, my friend, modOS is completely modular. So there is a bit of contradiction when I need to make a bootstrap that launches things, if there is no things. I worked on making a placeholder for almost everything.
Core Idea
modOS will be just like any other Linux distribution. You have the base system that gives you whatever you need. And you install user-generated content with a package manager! It will be so cool! But right now, I am still working on making the base system part.
PSST! Do you want to contribute to modOS by making an app for it? Well you absolutely can! Right now it’s a bit difficult as there is no modOS. However, you can develop applications using typescript any time! Later modOS versions will come with API’s that you can integrate your app into the modOS ecosystem.
Challenges
The main challenge was getting started with modOS… again… but when I did start, it starts flowing like butter.
What I LOVE about modOS right now:
Because modOS-VT is built on Vite, I can use packages and make it easier to use with GitHub pages! I did not have to make 15 commits for a bug fix while setting up GitHub pages!
Final Regards
Thank you. :)
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.