Skip to content

XSCALE-Alliance/wiki

 
 

Repository files navigation

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!

About

The repo for the beautiful new xscale.wiki site.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 99.9%
  • Other 0.1%