Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 616 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 616 Bytes

These are the steps to get the project running.

First, the following must be installed:

Then, to run and connect to the project:

  • Open a terminal/command prompt.
  • Change directory (cd) to the folder that has the .csproj file (in CafeAnalog).
  • Run npm ci to install the required packages.
  • Then run dotnet run and the project should build and run.
  • In the output it should say what endpoint it is listening on.
  • Open a browser and connect to the HTTPS endpoint (allow connection on warning).