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

20
attic/jotblk/README.md Normal file
View File

@ -0,0 +1,20 @@
# jotblk
A web based block based editor to run on AppEngine.
To run you need the AppEngine SDK.
To setup run:
```
make setup
```
In parallel run (for the datastore):
```
. dstore.sh
```
And separately (to run a webserver on http://localhost:8080):
```
./run.sh
```