From 91195d016011c0cedb00af185c24e85f316b210d Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 9 Apr 2020 14:33:35 +0200 Subject: [PATCH] add documentation --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 0fa40a5..819e934 100644 --- a/README.md +++ b/README.md @@ -38,3 +38,13 @@ $ unzip -d side_menu /path/to/side_menu_vX.Y.Z.zip ![](https://upload.deblan.org/u/2020-03/5e81b219.jpg) ![](https://upload.deblan.org/u/2020-04/5e8ee1f7.jpg) + + +How to contribute? +------------------ + +Fork the repository, go to `apps/`, clone your repository and run `npm install` inside. + +Build javascripts using `webpack --config ./webpack.js` (add `-w` to build them in real time). + +Then commit and create a pull request.