App Manager helps you manage your apps. It currently is very basic.
Does now:
- Install apps from github.
- Allow you to add local apps
- View list of installed apps
- Delete apps
Will do:
- view available apps
- update apps
We are working on making it simpler to develope apps for Silk GUI. We are not there yet.
cd path/to/silk/apps
git clone https://github.com/Silk-GUI/appManager
To make it easier to reload when you change the server, cd path/to/Silk
and run nodemon server.js
. To reload the client, there is a reload button.