1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00
Joseph Flinn c3f128182c Add qa container (#1028)
* adding an almost duplicate job to build qa

* adding ~/.npm cache and testing the qa build

* switching the AZ creds to the QA ones for the QA workflow

* fixing initial qa container name

* removing the cache since the self hosted instance needs the  instead of the ci

* fixing the testing code

* removing the testing code and renaming some of the jobs
2021-06-14 12:20:49 -07:00
2021-06-09 08:51:26 -05:00
2018-07-18 15:21:51 -04:00
2018-07-09 16:52:46 -04:00
2020-11-10 10:52:09 -05:00
2020-09-28 14:21:11 -04:00
2019-07-26 11:59:59 -04:00
2021-06-08 14:01:46 -04:00
2020-03-06 08:27:39 -05:00
2016-10-10 18:39:19 -04:00
2021-05-26 22:17:37 +02:00
2018-02-27 23:00:10 -05:00

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

Github Workflow build on master Crowdin DockerHub gitter chat

Build/Run

Requirements

Run the app

For local development, run the app with:

npm install
npm run build:watch

You can now access the web vault in your browser at https://localhost:8080.

If you want to point the development web vault to the production APIs, you can run using:

npm install
ENV=production npm run build:watch

You can also manually adjusting your API endpoint settings by adding config/development.js overriding any of the values in config/base.json. For example:

{
    "proxyApi": "http://your-api-url",
    "proxyIdentity": "http://your-identity-url",
    "proxyEvents": "http://your-events-url",
    "proxyNotifications": "http://your-notifications-url",
    "proxyPortal": "http://your-portal-url",
    "allowedHosts": ["hostnames-to-allow-in-webpack"]
}

To pick up the overrides in the newly created config/development.js file, run the app with:

npm run build:dev:watch

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 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 file.

Description
No description provided
Readme 209 MiB
Languages
TypeScript 54.5%
HTML 40.6%
SCSS 3.6%
JavaScript 1%
CSS 0.2%