Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 556 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 556 Bytes

Azimutt Desktop

This application is a native wrapper around the Azimutt website and extend it with native capabilities.

The most important one:

  • query databases from the user workstation (on https://azimutt.app we need a proxy server and a database accessible on internet)

Development

  • run pnpm start

Sometimes the application refuse to close, kill it manually (find it with ps aux | grep "electron \.")

Packaging

Setup:

  • install rpmbuild

Build:

  • run pnpm run build

Publish

  • run pnpm run publish