From 182064a7bc01754401ac271a38378cd3d78d1bc2 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Wed, 3 Jul 2013 16:01:21 +0100 Subject: [PATCH] Add some notes about the TW5 dev environment More to come --- .../TiddlyWiki5 Development Environment.tid | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 editions/tw5.com/tiddlers/TiddlyWiki5 Development Environment.tid diff --git a/editions/tw5.com/tiddlers/TiddlyWiki5 Development Environment.tid b/editions/tw5.com/tiddlers/TiddlyWiki5 Development Environment.tid new file mode 100644 index 000000000..8bc776de1 --- /dev/null +++ b/editions/tw5.com/tiddlers/TiddlyWiki5 Development Environment.tid @@ -0,0 +1,15 @@ +modified: 201307022116 +tags: docs dev +title: TiddlyWiki5 Development Environment + +//This information is for people who are working on the development of TiddlyWiki5 itself, and isn't relevant for end users// + +! Setting up npm + +[[Installing TiddlyWiki5]] with NPM essentially downloads a + +To use a development copy of the TiddlyWiki5 repository instead of the copy installed by [[NPM]], use this command within the root of the TiddlyWiki5 repo: + +``` +npm link +```