1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +00:00

Update README.md

This commit is contained in:
Kyle Spearrin
2018-07-09 16:38:21 -04:00
committed by GitHub
parent 3358846d41
commit 90dd0d0b9b

View File

@@ -2,7 +2,7 @@
# Bitwarden Web Vault # Bitwarden Web Vault
The Bitwarden web project is an AngularJS application that powers the web vault (https://vault.bitwarden.com/). The Bitwarden web project is an Angular application that powers the web vault (https://vault.bitwarden.com/).
<img src="https://i.imgur.com/WB8J2bt.png" alt="" /> <img src="https://i.imgur.com/WB8J2bt.png" alt="" />
@@ -10,20 +10,16 @@ The Bitwarden web project is an AngularJS application that powers the web vault
**Requirements** **Requirements**
- Node.js - [Node.js](https://nodejs.org) v8.11 or greater
- Gulp
By default the application points to the production API. If you want to change that to point to a local instance of **Run the app**
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
npm run build:watch
```
- `npm install` You can now access the web vault in your browser at `https://localhost:8080`.
- `gulp build`
- `gulp serve`
You can now access the web vault at `http://localhost:4001`.
# Contribute # Contribute