1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00
Justin Baur 23048d46d6 Fix basePrice to reflect the sponsorship (#1311)
* Fix basePrice to reflect the sponsorship

* Ran linter

* Add latest copy

* Remove unneeded if

* Fix times

* Stopped hardcoding basePrice

* Stopped hardcoding 40 in UI

* Switch to single small block

* Update jslib

* Revert "Update jslib"

This reverts commit 28534f2230.

* Revert "Remove unneeded if"

This reverts commit 5540b19998.

* Fix revert issue

(cherry picked from commit 4b856d9016)
2021-11-24 15:12:49 -06:00
2021-11-24 15:48:20 -05:00
2018-07-18 15:21:51 -04:00
2021-08-25 13:15:31 -05:00
2018-07-09 16:52:46 -04:00
2020-11-10 10:52:09 -05:00
2021-11-04 14:47:39 -07:00
2019-07-26 11:59:59 -04:00
2021-08-30 21:40:34 -04:00
2021-06-15 10:25:45 -04:00
2021-11-10 14:59:54 -05:00
2021-11-10 14:59:54 -05: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:oss: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=cloud npm run build:oss:watch

You can also manually adjusting your API endpoint settings by adding config/local.json overriding any of the following values:

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

Where the urls object is defined by the Urls type in jslib.

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%