Adding jotblk sample.
A web editor that embeds uEforth.
This commit is contained in:
12
attic/jotblk/Makefile
Executable file
12
attic/jotblk/Makefile
Executable 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"
|
||||
Reference in New Issue
Block a user