mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-02 18:17:46 +01:00
Update README.md
This commit is contained in:
parent
22409461dc
commit
8d3288d603
@ -27,6 +27,7 @@ The bitwarden browser extension is written using the Chrome Web Extension API an
|
|||||||
By default the extension is targeting the production API. If you are running the [Core](https://github.com/bitwarden/core) API locally, you'll need to switch the extension to target your local instance. Open `src/services/apiService.js` and set `self.baseUrl` and `self.identityBaseUrl` to your local API instance (ex. `http://localhost:5000`).
|
By default the extension is targeting the production API. If you are running the [Core](https://github.com/bitwarden/core) API locally, you'll need to switch the extension to target your local instance. Open `src/services/apiService.js` and set `self.baseUrl` and `self.identityBaseUrl` to your local API instance (ex. `http://localhost:5000`).
|
||||||
|
|
||||||
Then run the following commands:
|
Then run the following commands:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install
|
npm install
|
||||||
npm run dev:watch
|
npm run dev:watch
|
||||||
@ -42,7 +43,7 @@ You can now load the extension into your browser through the browser's extension
|
|||||||
1. Type `about:debugging` in your address bar to bring up the add-ons page.
|
1. Type `about:debugging` in your address bar to bring up the add-ons page.
|
||||||
2. Click the `Load Temporary Add-on` button, navigate to the `dist/manifest.json` file, and "Open".
|
2. Click the `Load Temporary Add-on` button, navigate to the `dist/manifest.json` file, and "Open".
|
||||||
|
|
||||||
### Release
|
**Release**
|
||||||
|
|
||||||
To build the the extension for production the following commands should be run:
|
To build the the extension for production the following commands should be run:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user