From fa031134035c5dec97c8651bcb1750dea67666ff Mon Sep 17 00:00:00 2001 From: Joel Louzado Date: Sat, 4 Feb 2017 19:05:40 +0530 Subject: [PATCH] Updated Developer Documentation (markdown) --- Developer-Documentation.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Developer-Documentation.md b/Developer-Documentation.md index 08cbf93..5bd1e17 100644 --- a/Developer-Documentation.md +++ b/Developer-Documentation.md @@ -7,7 +7,7 @@ Please read the meteor style guide before making any significant contribution. # General tips for getting started (for new developers) - Install [Wekan fork 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]] + - If that doesn't work, try installing it via the [[virtual appliance|virtual-appliance]] - Read Wekan fork source code. - Ask questions at our [Rocket.Chat][rocket_chat]. You can ask anything, we are here to help. - Read Meteor documentation. @@ -32,6 +32,10 @@ For further details look for the 'feature summaries' in the Wiki (still in progr If adding new features, please also support the internationalization features built in. Refer to the [[Translations]] wiki page. +# Export From Trello + +It's possible to import your existing boards from Trello. Instructions [[here|migrating-from-trello]] + # Directory Structure Details TODO