asyncapi / saunter

Saunter is a code-first AsyncAPI documentation generator for dotnet.
https://www.asyncapi.com/
MIT License
195 stars 55 forks source link

UI of sample project does not load #129

Closed ITDancer13 closed 1 year ago

ITDancer13 commented 2 years ago

I realized that sample project "StreetlightsAPI" seems to be broken.

Repro Steps:

Result: Empty page and dev console shows this error.

image

Does anyone have the same issue and knows how to fix it?

m-wild commented 2 years ago

Heya, you need to run npm install from the src/Saunter.UI directory.

This is not done automatically by MSBuild so that it's possible to build the library without needing Nodejs/NPM.

m-wild commented 1 year ago

Instructions have been added to the example project readme https://github.com/tehmantra/saunter/tree/main/examples/StreetlightsAPI#running