summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-05-08 10:31:01 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-05-08 10:31:01 -0700
commitc0caba8944944e2825f09e532d7e6d6c555c4593 (patch)
treedc86aaa6e5c70572c4c97eae598929a31b100598
parent0be3190d49b7cce739d62cb483db3111c0094396 (diff)
downloadinfinitytier-c0caba8944944e2825f09e532d7e6d6c555c4593.tar.gz
infinitytier-c0caba8944944e2825f09e532d7e6d6c555c4593.zip
docs
-rw-r--r--ui/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/ui/README.md b/ui/README.md
new file mode 100644
index 00000000..bd5eddb6
--- /dev/null
+++ b/ui/README.md
@@ -0,0 +1,10 @@
+ZeroTier HTML5 UI
+======
+
+This is the new (as of 1.0.3) ZeroTier One UI. It's implemented in HTML5 and React.
+
+If you make changes to the .jsx files, type 'make'. You will need NodeJS, react-tools, and minify installed and available in your path.
+
+For this to work, these files must be installed in the 'ui' subfolder of the ZeroTier home path. For development it's nice to symlink this to the 'ui' folder in your working directory. If the 'ui' subfolder is not present, the UI static files will not be served by the embedded web server.
+
+Packaging for Mac and Windows is accomplished by way of the wrappers in ext/. For Mac this is done with a modified version of MacGap. Windows uses a custom project that embeds a web view.