Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 931 Bytes

File metadata and controls

41 lines (26 loc) · 931 Bytes

Random Encounter Generator

Build status License: MIT

This is an ASP.NET Core 10.0 + Angular project for generating random encounters using D&D5th Edition SRD monsters.

Prerequisites

You have Node.js and npm installed, also .NET 10 SDK.

Get the code

Use git clone to clone the repository.

Build and run

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 build

Then in the REG.WebApi folder:

dotnet run

Also, you need to run the following commands in the REG.Angular folder

npm ci
npm run build
npm run start

Usage

Open the https://localhost:4200/ address in a browser.