Hi everyone, I'm Lorenzo, new contributor. I'm working on building the OpenWhisk standalone from source.
Here's where I am: - Successfully cloned and compiled the OpenWhisk standalone from the apache/openwhisk repository (commit 54cda89, Scala 2.12, Pekko framework) - Environment: Windows 10 + Java JDK 17 + Docker Desktop + Gradle wrapper - The standalone starts correctly on localhost:3233 - I can create and invoke actions using both wsk and ops CLI - Tested with a simple Node.js action: create, invoke with parameters — everything works One issue I encountered: the Playground UI (localhost:3232) doesn't load because it depends on rawgit.com which has been shut down. The jquery-resizable library fails to load, causing a cascade of JavaScript errors. This doesn't affect the engine only the web UI. Ready for next steps.👋🏻😊 Lorenzo <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> Privo di virus.www.avast.com <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
