Update docs

This commit is contained in:
Jeremy Ruston 2024-01-02 21:47:08 +00:00
parent f42d3e0536
commit 299781bdba
1 changed files with 17 additions and 0 deletions

View File

@ -7,3 +7,20 @@ Before using the plugin, it is necessary to install dependencies by running the
```
npm install
```
To start the server:
```
tiddlywiki editions/prerelease --listen
```
Then visit the sample wikis in a browser:
* http://127.0.0.1:8080/wiki/recipe-rho
* http://127.0.0.1:8080/wiki/recipe-sigma
To run the tests:
```
./bin/test.sh
```