mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 07:13:32 +00:00
Update README.md
This commit is contained in:
40
README.md
40
README.md
@@ -1 +1,39 @@
|
||||
# desktop
|
||||
[](https://ci.appveyor.com/project/bitwarden/desktop)
|
||||
[](https://travis-ci.org/bitwarden/desktop)
|
||||
[](https://crowdin.com/project/bitwarden-desktop)
|
||||
[](https://gitter.im/bitwarden/Lobby)
|
||||
|
||||
# Bitwarden Desktop Application
|
||||
|
||||
<img src="https://imgur.com/AexH8Yo.png" width="64" height="64"> <img src="https://imgur.com/8TwwMg2.png" width="64" height="64"> <img src="https://imgur.com/I69xe2a.png" width="64" height="64">
|
||||
|
||||
The Bitwarden desktop app is written using Electron and Angular.
|
||||
|
||||

|
||||
|
||||
# Build/Run
|
||||
|
||||
**Requirements**
|
||||
|
||||
- [Node.js](https://nodejs.org/en/)
|
||||
|
||||
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 `jslib/src/services/api.service.ts` and set `this.baseUrl` and `this.identityBaseUrl` to your local API instance (ex. `http://localhost:5000`).
|
||||
|
||||
You should also make sure that you have pulled the latest for the [`jslib`](https://github.com/bitwarden/jslib) submodule by running:
|
||||
|
||||
```git
|
||||
git submodule update --init --recursive
|
||||
```
|
||||
|
||||
Then run the following commands:
|
||||
|
||||
```bash
|
||||
npm install
|
||||
npm run electron
|
||||
```
|
||||
|
||||
# Contribute
|
||||
|
||||
Code contributions are welcome! Please commit any pull requests against the `master` branch. Learn more about how to contribute by reading the [`CONTRIBUTING.md`](CONTRIBUTING.md) file.
|
||||
|
||||
Security audits and feedback are welcome. Please open an issue or email us privately if the report is sensitive in nature. You can read our security policy in the [`SECURITY.md`](SECURITY.md) file.
|
||||
|
||||
Reference in New Issue
Block a user