snappymail/CONTRIBUTING.md

36 lines
973 B
Markdown
Raw Normal View History

2016-12-15 07:06:40 +08:00
**Thanks for contributing to RainLoop Webmail!**
1. Fork the repo, do work in a feature branch.
2. Issue a pull request.
---
**Getting started**
1. Install node.js - `https://nodejs.org/download/`
2. Install yarn - `https://yarnpkg.com/en/docs/install`
3. Install gulp - `npm install gulp -g`
4. Fork rainloop - `https://github.com/RainLoop/rainloop-webmail/issues/new#fork-destination-box`
5. Clone rainloop - `git clone git@github.com:USERNAME/rainloop-webmail.git rainloop`
6. `cd rainloop`
7. Install install all dependencies - `yarn install`
8. Run gulp - `gulp`
---
2017-02-19 13:52:30 +08:00
**Debugging JavaScript**
1. Edit data/\_data_/\_default_/configs/application.ini
2. Set 'use_app_debug_js' (and optionally 'use_app_debug_css') to 'On'
---
2017-02-19 15:59:10 +08:00
**Editing HTML Template Files**
1. Edit data/\_data_/\_default_/configs/application.ini
2. Set 'cache_system_data' to Off
---
2016-12-15 07:06:40 +08:00
If you have any questions, open an issue or email support@rainloop.net.