Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kspearrin authored Jul 26, 2018
1 parent 7c1d824 commit c755e8a
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

The Bitwarden web project is an Angular application that powers the web vault (https://vault.bitwarden.com/).

<img src="https://raw.githubusercontent.com/bitwarden/brand/master/screenshots/web-vault.png" alt="" />
<img src="https://raw.githubusercontent.com/bitwarden/brand/master/screenshots/web-vault-macbook.png" alt="" />

# Build/Run

Expand All @@ -29,11 +29,16 @@ await apiService.setUrls({
});
```

If you want to run a production build of the web vault (pointed to the production API), run:
If you want to point the development web vault to the production APIs, you can set:

```typescript
await apiService.setUrls({
base: null,
api: 'https://api.bitwarden.com',
identity: 'https://identity.bitwarden.com',
});
```
npm run build:prod:watch
```


# Contribute

Expand Down

0 comments on commit c755e8a

Please sign in to comment.