From 91f3c05d5e2190b2239dcc707194f108580300fc Mon Sep 17 00:00:00 2001 From: RainLoop Team Date: Thu, 13 Aug 2015 22:10:45 +0300 Subject: [PATCH] Update CONTRIBUTING.md (#795) --- CONTRIBUTING.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4b6c3357f..9071c016e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,7 +1,21 @@ -Thanks for contributing to RainLoop Webmail! +**Thanks for contributing to RainLoop Webmail!** 1. Sign the CLA (individual or corporate) at . 2. Fork the repo, do work in a feature branch. 3. Issue a pull request. -If you have any questions, open an issue or email [support@rainloop.net](mailto:support@rainloop.net). \ No newline at end of file +--- + +**Getting started** + +1. Install node.js - `https://nodejs.org/download/` +2. Install gulp - `npm install gulp -g` +3. Fork rainloop - `https://github.com/RainLoop/rainloop-webmail/issues/new#fork-destination-box` +4. Clone rainloop - `git clone git@github.com:USERNAME/rainloop-webmail.git rainloop` +5. `cd rainloop` +6. Install gulp add gulp plugins into project directory - `npm install` +7. Run gulp - `gulp` + +--- + +If you have any questions, open an issue or email support@rainloop.net.