From 56c5f6f46e5ea51f279b4f2f7b5c32e07db30919 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Sat, 19 Sep 2015 20:17:45 +0100 Subject: [PATCH] clarify deployment --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index ea086ccdaa..5918210283 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,13 @@ react from your app) you must be sure to: from matrix-react-sdk's `node_modules` folder, otherwise browserify will pull in both copies of react which causes the app to break. +Deployment +========== + +Just run `npm build` in the `examples/vector` directory, and then mount the +`examples/vector` directory on your webserver to actually serve up the app, +which is entirely static content. + How to customise the SDK ========================