Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2017-10-09 09:59:04 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-10-09 09:59:04 +0300
commitd82a9c9eee7c4bd42e6bbc84b1f4b53a8df2d24a (patch)
tree41fad645ab9b41a8b1619b7cb0fbb513735f6aee /README.md
parente54b9c340aeac7468c967347d513b7353bda4574 (diff)
Move dev setup to README
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index baaf9e9f8..dd193b8eb 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,16 @@ And in the works for the [coming versions](https://github.com/nextcloud/mail/mil
If you experience any issues or have any suggestions for improvement, use the [issue tracker](https://github.com/nextcloud/mail/issues). Please follow the [issue template](https://raw.githubusercontent.com/nextcloud/mail/master/.github/issue_template.md) so we get the info needed to debug and fix the problem. Thanks!
+## Development setup
+
+Just clone this repo into your apps directory (Nextcloud server installation needed). Additionally, [npm](https://www.npmjs.com/) to fetch [Node.js](https://nodejs.org/en/download/package-manager/) is needed for installing JavaScript dependencies.
+
+Once npm and Node.js are installed, PHP and JavaScript dependencies can be installed by running:
+```bash
+make install-composer-deps
+make optimize-js
+```
+
## Documentation
Need help? Check out our documentation. It's split into three parts.