1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-06 04:03:16 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/dev/TiddlyWiki on Node.js.tid

19 lines
479 B
Plaintext
Raw Normal View History

2013-11-29 12:26:48 +00:00
created: 20131129094353704
2013-12-12 09:48:08 +00:00
modified: 20131212094217023
title: TiddlyWiki on Node.js
2013-11-29 12:26:48 +00:00
type: text/vnd.tiddlywiki
! Installation
For working on the command line with Node.js, you can install TiddlyWiki via [[npm|http://npmjs.org]]:
```
npm -g install tiddlywiki
```
The `-g` flag causes TiddlyWiki to be installed globally.
! Working with the TiddlyWiki5 repository
[[Working with the TiddlyWiki5 repository]] is recommended if you plan on forking the TiddlyWiki5 source code.