Skip to content
This repository was archived by the owner on Nov 17, 2021. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 625 Bytes

File metadata and controls

15 lines (10 loc) · 625 Bytes

electron-app

For Homebase

This app is a meant as a standalone app for admins. It is simply a webview thrown into an electron app.

To run this: npm install && npm start

To package for Mac: npm run package-mac
To package for Windows: npm run package-win
To package for Linux: npm run package-linux

You need to export a GitHub access token to the repo first: export GH_TOKE="<TOKEN>" If you are signing the application and have more than one Developer ID Cert on your system, follow the instructions found: https://www.electron.build/code-signing
To publish npm run publish