mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-26 11:53:26 -08:00
9 lines
198 B
Bash
Executable file
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
|