Skip to content

Building the solution

Badrish Chandramouli edited this page Jun 18, 2018 · 5 revisions
  1. Copy the file src\privatesettings.config.example to src\privatesettings.config. Add your Azure storage account key at the appropriate location in this file. Alternatively, or if you are on .NET core, add an environment variable named AZURE_STORAGE_CONN_STRING with the storage account key as the value.
  2. Open src\CRA.sln in Visual Studio 2017 and build it.
Clone this wiki locally