mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-17 23:34:50 +00:00
7 lines
152 B
Bash
7 lines
152 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# serve TiddlyWiki5 over HTTP
|
||
|
|
||
|
# cook TiddlyWiki5
|
||
|
node tiddlywiki.js --recipe $PWD/tiddlywiki5/tiddlywiki5.recipe --servewiki 8080 || exit 1
|