Browse Source

Update README.md

pull/233/head
Kyle Spearrin 8 years ago committed by GitHub
parent
commit
2cbf2006c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 16
      README.md

16
README.md

@ -1,3 +1,9 @@ @@ -1,3 +1,9 @@
<p align="center">
<b>Bitwarden Web Vault</b>
</p>
<p align="center">
The Bitwarden web project is an Angular application that powers the web vault (https://vault.bitwarden.com/).
</p>
<p align="center">
<img src="https://raw.githubusercontent.com/bitwarden/brand/master/screenshots/web-vault-macbook.png" alt="" width="600" height="358" />
</p>
@ -18,15 +24,13 @@ @@ -18,15 +24,13 @@
-----
The Bitwarden web project is an Angular application that powers the web vault (https://vault.bitwarden.com/).
# Build/Run
## Build/Run
**Requirements**
### Requirements
- [Node.js](https://nodejs.org) v8.11 or greater
**Run the app**
### Run the app
```
npm install
@ -54,7 +58,7 @@ await apiService.setUrls({ @@ -54,7 +58,7 @@ await apiService.setUrls({
```
# Contribute
## Contribute
Code contributions are welcome! Please commit any pull requests against the `master` branch.

Loading…
Cancel
Save