1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-02 10:13:16 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/dev/Working with the TiddlyWiki5 repository.tid

14 lines
731 B
Plaintext
Raw Normal View History

2013-12-19 10:08:14 +00:00
created: 20131219100444289
modified: 20131219100506819
tags: dev howto
2013-11-29 12:26:48 +00:00
title: Working with the TiddlyWiki5 repository
type: text/vnd.tiddlywiki
2013-12-19 10:08:14 +00:00
If you plan on working with the TiddlyWiki5 source code then follow these steps:
2013-11-29 12:26:48 +00:00
2013-12-19 10:08:14 +00:00
# Fork the TiddlyWiki5 GitHub repository from https://github.com/Jermolene/TiddlyWiki5
# Clone a local copy of the repo
# Open a command line terminal and change the current working directory to the root of the repo
# Type `sudo npm link` to tell [[npm]] to use this copy of the repo as the globally installed one
2013-11-29 12:26:48 +00:00
2013-12-19 10:08:14 +00:00
After this procedure you can work with TiddlyWiki5 via [[npm]] as though it were installed in the usual way with `npm -g install tiddlywiki`. See also [[Scripts for TiddlyWiki on Node.js]].