Skip to main content
Prerequisites:
  • Node.js version 19 or higher
  • Git
Follow these steps to install and run Freedeck’s bundled debug server on your operating system.
1

Clone Freedeck

2

Install Dependencies

Navigate to the newly cloned Freedeck repository, then run
3

Run the Debug Server

It’s recommended at this point to split into two terminals: one for the Server, one for Companion.
To run the debug server, simply run the package script.
4

Run Companion

Don’t forget to run Companion. It’s recommended for this to be in a separate terminal.

Code formatting

Consider Prettier or Biome for code formatting.