| title | Development |
|---|---|
| description | Preview changes locally before making a pull request |
| icon | hammer |
- Node.js version 19 or higher
- Git
Follow these steps to install and run Freedeck's bundled debug server on your operating system.
```bash git clone https://github.com/Freedeck/Freedeck.git ``` Navigate to the newly cloned Freedeck repository, then run```bash
npm i
```
```bash
npm run debug-server
```
```bash
npm run companion
```