I wanted to have one project for my DND shenanigans, so I merged here my separate projects to have 1 playground which I can easily deploy This repo is for playing around with DnD5E SRD materials, trying out some technologies...etc
You have .NET 9 SDK installed.
Use git clone
to clone the repository.
In your preferred IDE run the Open5ETools.Web project.
Or manually in the project root folder you must run the following commands in a terminal:
dotnet build
Than in the Open5ETools.Web folder:
dotnet run
Open the https://localhost:7150/ address in a browser.
You can log in with TestAdmin/adminPassword123 or with TestUser/simplePassword123