Skip to content

klogdotwebsite-rd-bot/VibeCodeAndLaunch-A-WebsiteFrom-A-SmartphoneIn5min

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

A little interactive intro into programming

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

How to run

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

PLUS

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

About

BuildYourOwnLisp with my own Blog Post on how CPUs work with some animations and a server to serve it all, all self contained.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 53.8%
  • C 39.4%
  • JavaScript 4.9%
  • Python 1.4%
  • Other 0.5%