diff --git a/Developer-Documentation.md b/Developer-Documentation.md index 0338457..89e07a9 100644 --- a/Developer-Documentation.md +++ b/Developer-Documentation.md @@ -8,13 +8,14 @@ Please read the meteor style guide before making any significant contribution. ## Getting Started -- Install [Wekan fork from source](https://github.com/wekan/wekan/wiki/Install-and-Update#install-manually-from-source) to your computer. +- Try [Docker environment for Wekan development](https://github.com/wekan/wekan-dev) +- Or install [Wekan from source](https://github.com/wekan/wekan/wiki/Install-and-Update#install-manually-from-source) to your computer. - If that doesn't work, try installing it via the [[virtual appliance|virtual-appliance]] - Ask questions at [![Wekan chat][vanila_badge]][vanila_chat] - We used to be at ~~[Rocket.Chat][rocket_chat]~~ but that's been discontinued. - You can ask anything, we are here to help. But also consult the sources that are already available. - Look through old [pull requests](https://github.com/wekan/wekan/pulls) - - Read Wekan fork source code. + - Read Wekan source code. - Read Meteor documentation. ## Pull Request Workflow (Please read before submitting PR's)