This is an ASP.NET Core 10.0 + Angular project for generating random encounters using D&D5th Edition SRD monsters.
You have Node.js and npm installed, also .NET 10 SDK.
Use git clone to clone the repository.
In your preferred IDE run the REG.WebApi project.
Or manually in the project root folder you must run the following commands in a terminal:
dotnet buildThen in the REG.WebApi folder:
dotnet runAlso, you need to run the following commands in the REG.Angular folder
npm ci
npm run build
npm run startOpen the https://localhost:4200/ address in a browser.