mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-10 17:13:38 +08:00
d0f686c657
this prevents conflicts with original rainloop
974 B
974 B
Thanks for contributing to SnappyMail Webmail!
- Fork the repo, do work in a feature branch.
- Issue a pull request.
Getting started
- Install node.js -
https://nodejs.org/download/
- Install yarn -
https://yarnpkg.com/en/docs/install
- Install gulp -
npm install gulp -g
- Fork snappymail -
https://github.com/the-djmaze/snappymail/issues/new#fork-destination-box
- Clone snappymail -
git clone git@github.com:USERNAME/snappymail.git snappymail
cd snappymail
- Install install all dependencies -
yarn install
- Run gulp -
gulp
Debugging JavaScript
- Edit data/_data_/_default_/configs/application.ini
- Set 'use_app_debug_js' (and optionally 'use_app_debug_css') to 'On'
Editing HTML Template Files
- Edit data/_data_/_default_/configs/application.ini
- Set 'cache_system_data' to Off
If you have any questions, open an issue or email support@snappymail.eu.