From c0caba8944944e2825f09e532d7e6d6c555c4593 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 8 May 2015 10:31:01 -0700 Subject: docs --- ui/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ui/README.md (limited to 'ui') 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. -- cgit v1.2.3