add documentation

This commit is contained in:
Simon Vieille 2020-04-09 14:33:35 +02:00
parent 29e0526844
commit 91195d0160
Signed by: deblan
GPG Key ID: 03383D15A1D31745
1 changed files with 10 additions and 0 deletions

View File

@ -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.