From f291b24a7a06852ad0e5ecf5a6c2051a2a3ae33c Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 14 Jul 2017 08:32:30 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ba997cbe725..a151aaa4e5a 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,10 @@ The bitwarden Web project is an AngularJS application that powers the web vault Unless you are running the [Core](https://github.com/bitwarden/core) API locally, you'll probably need to switch the application to target the production API. Open `package.json` and set `production` to `true`. +By default the application points to the production API. If you want to change that to point to a local instance of +the [Core](https://github.com/bitwarden/core) API, you can modify the `package.json` `env` property to `Development` +and then set your local endpoints in `settings.json`. + Then run the following commands: - `npm install`