Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 496 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 496 Bytes

This is an example Wiki built with Persevere 2.0. It is recommended that you install this package with NPM, so that all dependencies will be automatically resolved:

npm install persevere-example-wiki

And then go into the installed directory and run the index.js to start the wiki:

cd node_modules/persevere-example-wiki
node index.js

See the Persevere installation instructions for more information on installation or installing on RingoJS.