mirror of
https://github.com/bitwarden/browser
synced 2025-01-08 00:17:06 +01:00
c4ff8f99dc
* Ignore jest for workspaces without tests (for now) * Add jest as recommended extension * Set eslint and prettier file paths We can't do this on a multi-folder workspace level because the path depths are not identical between folders * fix tsconfig extends for * Simplify bitwarden-licensed web tsconfig This tsconfig isn't needed to build, since we do that through webpack and the web client. It's only needed as hints to IDEs * Remove unintended change * linter |
||
---|---|---|
.. | ||
.vscode | ||
config | ||
scripts | ||
src | ||
.dockerignore | ||
.eslintrc.json | ||
.gitignore | ||
config.js | ||
crowdin.yml | ||
dev-server.shared.pem | ||
Dockerfile | ||
entrypoint.sh | ||
package.json | ||
postcss.config.js | ||
README.md | ||
tailwind.config.js | ||
tsconfig.json | ||
webpack.config.js |
The Bitwarden web project is an Angular application that powers the web vault (https://vault.bitwarden.com/).
Documentation
Please refer to the Web vault section of the Contributing Documentation for build instructions, recommended tooling, code style tips, and lots of other great information to get you started.