XSCALE-Alliance / wiki

The repo for the beautiful new xscale.wiki site.
0 stars 1 forks source link

Build Status

XSCALE wiki

The repo for the beautiful xscale.wiki site.

How to run the wiki locally

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.

Testing tiddlers

To test the correctness of the tiddlers in ./tiddlers run

npm test

Building

To build the static site run

npm run build

How to contribute

TBD

Thank you for your contributions!