This is a project that i wrote to learn htmx.
This is a basic admin I code it also has a a nice static builder script called buildit.js
build a local instance
./build.sh
build a remote instance
./build.sh prod
this is a single page application, I have not finished this yet i like JAM so maybe I never will
this is the jwt worker, it handles auth
./build.sh
build a remote instance
./build.sh prod
this is the database worker, it handles the database interaction
./build.sh
build a remote instance
./build.sh prod
this is a script for starting, stopping, syncing, and deploying the workers
Usage: ./mw.sh [kill|sync|start|deploy]
this will kill all workers
this will copy the database from jwt to the database worker
deploy the database to local or production
this will start all the workers. Not you can start then separately by using the build.sh script in each directory
this will deploy all the workers to cloudflare
you may have to chmod the .sh file I.E chmod +x mw.sh