The repo for the beautiful xscale.wiki site.
You need to have Node.js installed.
Install the tiddlywiki node server by typing
npm install
Then run the server by typing
npm run tiddlywiki -- . --server
Now use your favorite browser to view the wiki at http://127.0.0.1:8080.
To test the correctness of the tiddlers in ./tiddlers
run
npm test
#Building
To build the static site run
npm run build
TBD
Thank you for your contributions!