touchpage 0.2.1

control panel server with shared-state web controls
Documentation
1
2
3
4
5
6
7
8

mkdir -p tempwk
cp index.template.html tempwk/ihttemp
cd tempwk
ambr {{elm-main}} --rep-file ../../static/main.js ihttemp --no-interactive
mv ihttemp ../../example/index.html
cd ..
rmdir tempwk