Browse Source

Update README.md

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

19
README.md

@ -1 +1,18 @@ @@ -1 +1,18 @@
# crypto-agent
The Bitwarden Crypto Agent is a self-hosted application that stores and provides cryptographic keys to Bitwarden clients.
The Crypto Agent project is written in C# using .NET Core with ASP.NET Core. The codebase can be developed, built, run, and deployed cross-platform on Windows, macOS, and Linux distributions.
## Build/Run
### Requirements
- [.NET Core 5.0 SDK](https://www.microsoft.com/net/download/core)
*These dependencies are free to use.*
### Recommended Development Tooling
- [Visual Studio](https://www.visualstudio.com/vs/) (Windows and macOS)
- [Visual Studio Code](https://code.visualstudio.com/) (other)
*These tools are free to use.*

Loading…
Cancel
Save