Changes the label buttons actions to icons
bamotav opened this issue · 4 comments
I would like to help you with this
Hi @bamotav. Can you guide me with the installation process? Which are the steps to follow? I just installed .NET CORE 3.1 and ran "dotnet run" with no success. Do I need to install anything else? I am not familiar with .NET development. Thanks
Hi @oxavibes , forgive me soon I will have to update the readme so that I have the contribution guide, but you need to install the SDK 2.2 :
Link: https://dotnet.microsoft.com/download/dotnet-core/2.2
Later you can work with differents IDE or Editor : Visual Studio, Visual Studio Code, etc..
If you use Visual Studio code open the integrate terminal in the sample project:
run dotnet build
check if everything compiled fine and then dotnet run