anjanesh I just did a test install using the instructions at https://github.com/mikecao/umami (since they seem to be more-recently updated) and it mostly worked as advertised.
Here are the caveats:
- When you start the app, include your Node app's port number in the command like so (using port 12345 as an example):
PORT=12345 yarn start
Good luck!