Skip to content

Developing

Carter Roeser edited this page Apr 12, 2024 · 1 revision

Development Requirements

  • Node.js 20+
  • Yarn
  • libsecret dev (for Linux development)
  • .NET Framework 4.5 (for Windows development)
  • p7zip / 7-Zip (for building Windows installers)
  • nsis (for building Windows installers)
  • apt-utils (for building Debian packages)

Getting Started

To get started with development, clone the repository and run the following commands:

yarn install

To test the agent locally, you can run the following command:

node bin/dev

This will run the agent in development mode, which prints debug information to the console.

To preview the agent as it would appear in production, you can run the following command:

node bin/run

Clone this wiki locally