Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 774 Bytes

developer.md

File metadata and controls

33 lines (23 loc) · 774 Bytes

Developer

Technology Stack

Frontend

Backend API

  • apphub: this is for manage installed applications
  • cockpit: this is for running command at host machine

related classes:

  • src/helpers/api_apphub/apiCore_axios.js (connect cockpit)
  • src/helpers/api_apphub/appHub.js

Build and Test

You should install Websoft9 for testing, then build it:

git clone https://github.com/Websoft9/plugin-myapps
cd plugin-myapps
# test
yarn start
yarn test
# build
yarn build && cp -r ./build/* /usr/share/cockpit/myapps/