From 1ecedd2769a9ab9efc5a96d47cefa76955a5ba1c Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 24 Feb 2016 11:48:51 +0000 Subject: [PATCH] Add back deployment info --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f97cf562fa..6172341c11 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,8 @@ Deployment ========== For production use, run `npm run build` to build all the necessary files -into the `vector` directory and run your own server. +into the `vector` directory. You can then mount the vector directory on +your webserver to actually serve up the app, which is entirely static content. Development ===========