Wiki.js
This npm package is an installer for Wiki.js.
For information about Wiki.js, including detailed installation steps, read the following links:
Install Wiki.js
- Make sure you meet all prerequisites.
 - Create an empty folder where Wiki.js will run.
 - Launch a terminal / command prompt inside this newly created folder.
 - Run the command: 
npm install wiki.js@latest - Wait for the installation process to complete. This may take several minutes.
 - You'll be prompted to run the configuration wizard to finish the installation.
 
The configuration wizard can also be run manually using: node wiki configure [port]
To start Wiki.js manually, run the command: node wiki start
