I ran the following commands accordingly
make setup-ui-libs
make build-ui
make run-local
Thanks for raising this question, @charleyvibez. Recent changes in make targets are likely throwing you off. Please note that the contributing docs are now updated to reflect this behavior:
-
make run-localwill build and run Meshery Server on your local machine and point to (expect) a locally running Meshery Cloud for user authentication. -
make serverwill build and run Meshery Server on your local machine while pointing to any available Remote Providers, including Meshery Cloud.
Please try again with make server and let us know how you get along.
Recent Makefile updates include new help text. If you run make, you should see a list of a available targets and a brief description.
