Development setup
TODO: Add all steps that are also in the Production setup Wiki.
Running the dist server locally
Go to the dist server install location and run: pnpm serve:dev.
To test the webhook, we need to expose localhost using ngrok. Run:
bash
cd <ngrok install location>
./ngrok http <EXPRESS_PORT as specified in .env>
Now you can use the https-variant of the ngrok URL as webhook URL in your repository.