Adding jotblk sample.
A web editor that embeds uEforth.
This commit is contained in:
20
attic/jotblk/README.md
Normal file
20
attic/jotblk/README.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user