This repository contains the Cloudron app package source for HackMD.
or using the Cloudron command line tooling
cloudron install --appstore-id io.hackmd.cloudronapp
The app package can be built using the Cloudron command line tooling.
cd hackmd-app
cloudron build
cloudron install
The e2e tests are located in the test/ folder and require nodejs. They are creating a fresh build, install the app on your Cloudron, backup and restore.
cd hackmd-app/test
npm install
USERNAME=<cloudron username> PASSWORD=<cloudron password> mocha --bail test.js