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
<ahref="https://www.npmjs.com/package/trumbowyg"><imgsrc="https://img.shields.io/npm/v/trumbowyg.svg?color=blue&style=for-the-badge" alt="Version on npm" /></a>
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
256
+
npm install # install development dependencies
257
+
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)
0 commit comments