Your personal customizable content feed
- .NET 5 - could be found here
- Download source code
- Open command line and go to
.\content-feed\ClientApp\ - Run
npm install - Go to the parent folder (
cd ..) - Run
dotnet build content-feed.csprojand wait for the build to finish - Run
dotnet run content-feed.csproj - Open the local feed
Note: if there is an issue with certificates please run dotnet dev-certs https --trust and click 'Yes' in the popup.