Adding jotblk sample.

A web editor that embeds uEforth.
This commit is contained in:
Brad Nelson
2025-05-10 12:41:18 -07:00
parent ac6abf445b
commit 3a5daad8af
11 changed files with 751 additions and 0 deletions

12
attic/jotblk/Makefile Executable file
View File

@ -0,0 +1,12 @@
all:
./run.sh
deploy:
gcloud app deploy -q --project jotblk *.yaml
setup:
python3 -m venv env
env/bin/pip install -r requirements.txt
datastore:
echo "Run: . dstore.sh"