You'll need to contact Jeff for some keys for this to work. Right now, the app won't load without a connection to the blob store.
To work on the service:
- Make sure you have a key for the Azure blob store for the questions.
- Store the secret in the local cache:
dotnet user-secrets set "BlobConnectionString" "[string from Azure Portal]"
To work on the web UX:
- open the project in VS and start in debug mode.
- npm run build
- npm run scss