How to connect sistent to meshery locally?

I followed the setup instructions from the Sistent repo and connected it with Meshery. However, after editing the Sistent file to add a data-testid to one of the components, I’m not seeing the updated changes. How can I resolve this?

steps I am currently following:

  • made some changes in sistent component
  • using npm run build in sistent
  • npm install [path to sistent repo ] in meshery
  • make ui-build in meshery
  • make server

@Jerens_Lensun @Shlok_Mishra @MUzairS15

make sure you are running the make UI separately. this would help you to track the changes. for more info checkout this thread