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

8
attic/jotblk/run.sh Executable file
View File

@ -0,0 +1,8 @@
#! /bin/bash
export DATASTORE_DATASET=jotblk
export DATASTORE_EMULATOR_HOST=127.0.0.1:8099
export DATASTORE_EMULATOR_HOST_PATH=127.0.0.1:8099/datastore
export DATASTORE_HOST=http://127.0.0.1:8099
export DATASTORE_PROJECT_ID=jotblk
env/bin/python3 main.py