TiddlyWiki5/serve.sh
Jeremy Ruston bf2fb9cdad Add new clientserver edition
Runs an instance of TW5 on the server and another in the browser
2013-03-10 19:28:58 +00:00

9 lines
198 B
Bash
Executable file

#!/bin/bash
# serve TiddlyWiki5 over HTTP
node ./tiddlywiki.js \
editions/clientserver \
--verbose \
--server 8080 $:/core/templates/tiddlywiki5.template.html text/plain text/html \
|| exit 1