2015-09-27 21:47:35 +00:00
|
|
|
created: 20150926162849519
|
2019-11-02 13:19:00 +00:00
|
|
|
modified: 20191022095509822
|
|
|
|
tags: [[TiddlyWiki on Node.js]]
|
2015-09-27 21:47:35 +00:00
|
|
|
title: Installing TiddlyWiki Prerelease on Node.js
|
|
|
|
type: text/vnd.tiddlywiki
|
|
|
|
|
2024-07-25 16:41:28 +00:00
|
|
|
# Clone a local copy of the TiddlyWiki5 GitHub repository from https://github.com/TiddlyWiki/TiddlyWiki5
|
2015-09-27 21:47:35 +00:00
|
|
|
# Open a command line terminal and change the current working directory to the root of the TiddlyWiki5 repo
|
|
|
|
# Type `npm link` (Windows) or `sudo npm link` (Mac/Linux) to tell [[npm]] to use this copy of the repo as the globally installed one
|
2018-07-18 15:54:43 +00:00
|
|
|
# Inside the root, you can launch ~TiddlyWiki like this: <br/>``tiddlywiki editions/tw5.com-server --listen``
|
2015-09-27 21:47:35 +00:00
|
|
|
|
|
|
|
After this procedure you can work with TiddlyWiki5 via [[npm]] as though it had been installed in the usual way with `npm install -g tiddlywiki`.
|
|
|
|
|
|
|
|
Update the clone from time to time in order to ensure that you have the latest code.
|