1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 23:52:50 -05:00

Update dev setup guide (#1222)

* Update dev setup guide with current best practice

* Minor amendments to setup instructions

* Move vault_dev migrator script to its own file

* Fix typo, use command line args for SA_PASSWORD

* Move setup guide to its own file

* fix typo
This commit is contained in:
Thomas Rittson
2021-03-22 07:56:31 +10:00
committed by GitHub
parent 694347e8d3
commit fd42b227b3
4 changed files with 255 additions and 214 deletions

View File

@ -21,6 +21,8 @@ The server project is written in C# using .NET Core with ASP.NET Core. The datab
## Build/Run
Please read the [Setup guide](https://github.com/bitwarden/server/blob/master/SETUP.md) for a step-by-step guide to set up your own local development server.
### Requirements
- [.NET Core 3.1 SDK](https://www.microsoft.com/net/download/core)