In order to display the app on the dashboard's main page, we need first to add it to the database. We have provided you with a script that allows you to perform this process in an easy fashion.
First step is to pull the script from the original repository (since most likely it is not available on your fork).
Open git bash or your preferred terminal, navigate to your backend repository and type the following commands:
Finally, run npm run createApp
and fill in the prompt with information related to your app, in this, we have done the following,
Caution: Do not forget to revert back to your master branch after creating your app.
For this part you need to navigate to the frontend directory.
To display the app on the dashboard's main page, we need add an entry to the config.json
file. You can find the file at src/assets/apps/
This is how theconfig.json
file should be.
Finally, our app is displayed in the dashboard and the icon is clickable.