mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-06 01:26:49 +00:00
10 lines
373 B
Plaintext
10 lines
373 B
Plaintext
title: $:/plugins/tiddlywiki/multiwikiserver/readme
|
|
|
|
This plugin extends the TiddlyWiki 5 server running on Node.js to be able to host multiple wikis, which can share content or be independent.
|
|
|
|
Before using the plugin, it is necessary to install dependencies by running the following command in the root of the ~TiddlyWiki5 repository:
|
|
|
|
```
|
|
npm install better-sqlite3
|
|
```
|