DEV Community

Discussion on: I created a terminal style website.

Collapse
 
skino2020 profile image
skino

Amazing site dude. im trying to do something similar at the min with Laravel using the TALL stack, may need to pick your brain on how you have achieved some stuff lol.

Collapse
 
m4tt72 profile image
Yassine Fathi

I will publish another post when it gets open-sourced, and you can check out the code and see how it works. Most of the challenges that I faced are UI.

I also build a bin system close to how unix works. Just export a function in a forlder with args and return a string, and it will be automatically picked up by the shell I created and added to the help command.