This is a website that serves my blog post with some visuals along with a book on how to make your own programming language.
Which I didn't make BTW so if you can consider supporting the guy that made the book
git clone https://github.com/klogdotwebsitenotdotcom/VibeCodeAndLaunch-A-WebsiteFrom-A-SmartphoneIn5min.git
cd VibeCodeAndLaunch-A-WebsiteFrom-A-SmartphoneIn5min
make run # That's it
# Just copy this and paste it into a terminal
Software used for the emailing system in one of my videos - with a version that's suppose to be easier to build on phones. You can also :
*** COMING SOON ***
I'll add alot of repositories as submodules I just need to test out the versions properly because I'm trying to get everything to compile on from source as much as possible on even a 2GB RAM phone, some of them will never be able to do it ( You can still study the code ) a lot of them can do it.
Add the submodules once they're available and everything is setup ( I will start adding things gradually )
git submodule update --init --recursive
Now you should see the source code for the other repositories