You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All you need to know about Trumbowyg is here: http://alex-d.github.io/Trumbowyg/documentation/ (or even [on the home](http://alex-d.github.io/Trumbowyg/#get-started))
245
-
246
-
247
-
## Contribution
248
-
249
-
You can contribute to Trumbowyg with translations in languages you know.
250
-
Thanks to `node` and `gulp`, you can improve core script, style or icons easily.
251
-
252
-
First, fork and clone the repository
253
-
254
-
```bash
255
-
cd Trumbowyg # go into the project's root directory
221
+
<hr/>
222
+
<h2>Introduction</h2>
223
+
<p>Trumbowyg is a simple and lightweight WYSIWYG editor, weight only 20kB minifed (8kB gzip) for faster page loading.</p>
<p>All you need to know about Trumbowyg is here: <ahref="http://alex-d.github.io/Trumbowyg/documentation/">http://alex-d.github.io/Trumbowyg/documentation/</a> (or even <ahref="http://alex-d.github.io/Trumbowyg/#get-started">on the home</a>)</p>
227
+
<h2>Contribution</h2>
228
+
<p>You can contribute to Trumbowyg with translations in languages you know.
229
+
Thanks to <code>node</code> and <code>gulp</code>, you can improve core script, style or icons easily.</p>
230
+
<p>First, fork and clone the repository</p>
231
+
<preclass="prettyprint linenums lang-language"><code>cd Trumbowyg # go into the project's root directory
256
232
npm install # install development dependencies
257
233
npm run dev # watch mode
258
-
npm run build # to build the project
259
-
```
260
-
261
-
`gulp` command launch default Gulp task watcher and rebuild on the fly.
262
-
263
-
264
-
## Stay in touch
265
-
266
-
For the latest release and announcements, follow on Twitter: [@AlexandreDemode](https://twitter.com/AlexandreDemode)
267
-
268
-
269
-
## License
270
-
271
-
This project is under [MIT license](LICENSE).
272
-
234
+
npm run build # to build the project</code></pre>
235
+
<p><code>gulp</code> command launch default Gulp task watcher and rebuild on the fly.</p>
236
+
<h2>Stay in touch</h2>
237
+
<p>For the latest release and announcements, follow on Twitter: <ahref="https://twitter.com/AlexandreDemode">@AlexandreDemode</a></p>
238
+
<h2>License</h2>
239
+
<p>This project is under <ahref="LICENSE">MIT license</a>.</p>
0 commit comments