From 30a87dacbe8ae38b9ac9b58545e575b425fe2bad Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 19 Apr 2019 13:05:14 +0300 Subject: [PATCH] Updated Developer Documentation (markdown) --- Developer-Documentation.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Developer-Documentation.md b/Developer-Documentation.md index b90e04a..d8a9681 100644 --- a/Developer-Documentation.md +++ b/Developer-Documentation.md @@ -6,6 +6,15 @@ Please read the meteor style guide before making any significant contribution. # Tips for new developers +## Finding code + +There is find.sh script that ignores generated directories, finds code in subdirectories, and paginates with less. For example, finding how search cards is implemented: +``` +cd wekan +./find.sh js-search +``` +When you run this, you see .jade template files where is search input box, and .js files where is the search code. CSS is in .styl files. + ## Getting Started - Install [Wekan from source](https://github.com/wekan/wekan) with rebuild-wekan.sh script, with options 1 to install dependencies and 2 to rebuild source, to your Linux computer (Debian 9 or Ubuntu 14.04 or newer), or try installing it via the [[virtual appliance|virtual-appliance]]