I have a NextJs typescript (client side) app which I want to package and publish to Github Packages. I want to then use it inside my React application using npm install and run the app in localhost.
I haven't encountered anything helpful for this particular use case.