scratch – Blame information for rev 93

Subversion Repositories:
Rev:
Rev Author Line No. Line
58 office 1 # Trumbowyg WYSIWYG Editor
2  
3 [![CDNJS](https://img.shields.io/cdnjs/v/Trumbowyg.svg)](https://cdnjs.com/libraries/Trumbowyg)
4  
5 Trumbowyg is a simple and lightweight WYSIWYG editor, is only 20kB for faster page loading.
6  
7 [![Trumbowyg logo](banner.png)](http://alex-d.github.io/Trumbowyg/)
8  
9 Visit presentation page: http://alex-d.github.io/Trumbowyg/
10  
11  
12 # Documentation
13  
14 All you need to know about Trumbowyg is here : http://alex-d.github.io/Trumbowyg/documentation.html (or [on the home](http://alex-d.github.io/Trumbowyg/))
15  
16  
17 # Contribute
18  
19 You can contribute to Trumbowyg with translations in languages you know.
20 Thanks to `node` and `gulp`, you can improve core script, style or icons easily.
21  
22 ## Getting Started
23  
24 - Clone the repository
25 - `cd Trumbowyg` to go into the project's root directory
26 - `npm install` to install development dependencies
27 - `npm install -g bower gulp` to install bower and gulp command if you don't have them already
28 - `bower install` to install Trumbowyg dependencies (ie: jQuery)
29 - `gulp build` to build the project
30  
31 `gulp` command launch default Gulp task watcher and rebuild on the fly.
32  
33  
34 # License
35  
36 This project is under MIT license. See [LICENSE](LICENSE) file for details.