Magic: The Gathering deck management service
- ensure that .NET 8 tools are installed and dotnet can be accessed via command line
- ensure that node package manager (npm) is installed and accessible via commandline
- change directory in DTC.App
- run 'dotnet run'
- leave the api running
- change directory to DTC.web
- run 'npm install --force' (installed all needed packages)
- run 'npm run dev' runs the web appe