mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-01 01:36:53 +00:00
Initial Commit
This commit is contained in:
9
plugins/tiddlywiki/multiwikiserver/docs/readme.tid
Normal file
9
plugins/tiddlywiki/multiwikiserver/docs/readme.tid
Normal file
@@ -0,0 +1,9 @@
|
||||
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
|
||||
```
|
||||
Reference in New Issue
Block a user