A utility to manage your Redis keys
Aside from common tooling (eg: Visual Studio, .NET 6 SDK, etc), you'll need to install the electronize dotnet tool via: dotnet tool install ElectronNET.CLI -g
.
Navigate to Redis.Commander.Blazor
and run electronize start
.
electronize build /target win
electronize build /target osx
electronize build /target linux
Most likely your Node version is too old. Try using NodeJS v16 or later.