Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Wintermute21/website

 
 

Repository files navigation

reactiveui.net

Code for the reactiveui.net website.

Staging - https://reactiveui-staging.azurewebsites.net/

Production - https://www.reactiveui.net/

Local Development Configuration

This project now requires Visual Studio 2017 or higher, or if using the .NET CLI with VS Code or an OmniSharp enabled editor, .NET Core SDK 1.0 RC3 build 004530 or higher.

To run the site locally with live data and login, you'll need some configuration values in your user secrets store. If the values aren't found, hard-coded YouTube sample data will be used, and the next show details will be saved to the root of the app in a JSON file.

To enable sign-in to the Admin page, you'll need configuration values in your secret store for an Azure AD endpoint, plus you'll need to update the Authorization section of appsettings.json to list the usernames of the Azure AD accounts you want to allow.

To configure the secret values, use the user-secret command, e.g.:

cd src\reactiveui.net

dotnet restore

dotnet user-secrets set AppSettings:YouTubeApiKey <app-server-key>
  
dotnet user-secrets set AppSettings:AzureStorageConnectionString <azure-storage-connection-string>

Production Configuration

About

An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 50.9%
  • CSS 46.3%
  • JavaScript 2.8%