A fast offline wiki for personal notes, running on Node JS.
- Install NodeJS.
- Clone this repository.
- Move to your wiki.
- Install necessary components with
npm install
or by runningsetup.bat
. - Start the wiki with
npm start
or by runningstart.bat
. If you are on Mac OS or Linux, executestart.sh
(you may have to change the port manually if you changed it in the wiki. If you addcd path\to\wiki
to the top ofstart.sh
andnpmstart.sh
, you can put the two files somewhere where yourPATH
can reach them, to start your Wiki from anywhere). - Wiki is now available under
localhost:3000
or whatever port is set in theconfig.js
file.
- Open
config.js
. - Adjust values.
or use the Settings page of the wiki.