1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-24 22:33:16 +00:00
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

10 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