this source code is what makes up the site at koad.sh.
This website can be thought of as my master social profile, resume and portfolio.
originally I cloned Cveinnt's LiveTerm and thought it was awesome, which it is. But I don't like to over-complicate simple apps with skill-expensive frameworks so when the great rogers outage of 2022 happened and I had no access to blockchains (which is what I normally work on) I decided to port this into a meteorjs app so it fits better into world of wonders.
I post this code on github because I need examples to show people how to use github://koad/io/.
grab a local copy, and throw it in your koad:io entity's 'sites' directory as a folder named as the site you want to host.
git clone https://github.com/koad/koad-dot-sh.git ~/.astro/sites/koad.sh
start a local copy for development purposes with live-reload with isolated mongodb in .local
folder
astro start site koad.sh
or, is same as
cd ~/.astro/sites/koad.sh
astro start
to the locally running runtime environment
astro shell
deployment skeleton to production server
astro deploy site koad.sh
production package to production host
astro build site koad.sh
astro upload site koad.sh
tell the server to start the process
astro start koad.sh
tell the server to restart the process
astro restart koad.sh
tell the server to restart the process
astro restart koad.sh
astro is my personal digital assistant I spawned using koad:io.
build using the gifts from the following...
- meteorjs
- Cveinnt's LiveTerm
- which is based on M4TT72's awesome Terminal
- open source software