Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.06 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.06 KB

rommaster

ROM Master helps to manage collections of games supported by an emulator

Requirements

  1. .Net Core 2.1

Test

Execute /devops/test.cmd

Installation

File tokens.dev.json allows you to control deployment configuration. You should consider changing names of the Azure resource like KeyVault and StorageAccount in this file.

Then run batch scripts in the following order:

  1. bootstrapper.cmd
  2. publish.cmd

TODO

  1. Web UI (Blazor+SignalR)

https://learn-blazor.com/ https://www.youtube.com/watch?v=GI_9g9lZpik https://blazor.net/docs/get-started.html https://blazor-demo.github.io/

https://blogs.msdn.microsoft.com/webdev/2018/03/22/get-started-building-net-web-apps-in-the-browser-with-blazor/ https://blogs.msdn.microsoft.com/webdev/2018/02/06/blazor-experimental-project/ https://github.com/aspnet/blazor

https://github.com/BlazorExtensions/SignalR https://www.nuget.org/packages/Blazor.Extensions.SignalR https://github.com/csnewman/BlazorSignalR https://github.com/conficient/BlazorChatSample