mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Updated Developer Documentation (markdown)
parent
d2c0e01c0f
commit
30a87dacbe
1 changed files with 9 additions and 0 deletions
|
|
@ -6,6 +6,15 @@ Please read the meteor style guide before making any significant contribution.
|
||||||
|
|
||||||
# Tips for new developers
|
# 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
|
## 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]]
|
- 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]]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue