mirror of
https://github.com/bitwarden/browser
synced 2025-01-24 18:25:06 +01:00
Update README.md
This commit is contained in:
parent
7c1d824636
commit
c755e8a90d
13
README.md
13
README.md
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
The Bitwarden web project is an Angular 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://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
|
# Build/Run
|
||||||
|
|
||||||
@ -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
|
# Contribute
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user