-
Notifications
You must be signed in to change notification settings - Fork 129
Clarify dev dependencies for host mode #1182
Conversation
🎊 PR Preview has been successfully built and deployed to https://localstack-docs-preview-pr-1182.surge.sh 🎊 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much for churning over this outdated documentation! Really great to see the contribution guides being updated to simplify the onboarding of new contributors! 🚀
I only found some small things, broken links, and some leftovers. Afterwards we're good to go! 💯
Thanks again for jumping on this! 🦸🏽
1737dd4
to
9b8acdb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! Thanks for addressing all the comments! Lookin' great! 🚀
@bentsku I re-added Node.js as a mandatory dependency given that it is required to run any test. Thanks for your input 👍 |
We are currently missing a description of how what extra dependencies are required for running in host mode. This PR provides initial instructions and improves the dev setup guide.
As suggested by @alexrashed in a review comment here.