This is a ASP.NET Core 8.0 Angular project for generating random encounters using D&D5th Edition SRD monsters.
You have Node.js and npm installed, also .NET 8 SDK.
Use git clone
to clone the repository.
In your preferred IDe run the REG.Angular project.
Or manually in the project root folder you must run the following commands in a terminal:
dotnet build
Than in the REG.Angular folder:
dotnet run
Open the https://localhost:5001/ address in a browser.