Local now supports PhpStorm's zero-config debugging. 🎉
See the official docs on using Xdebug in Local with PhpStorm.
Clone the repository into the following directory depending on your platform:
- macOS:
~/Library/Application Support/Local/addons - Windows:
%AppData%\Local\addons - Linux:
~/.config/Local/addons
yarn install
yarn build
All files in /src will be transpiled to /lib using TypeScript. Anything in /lib will be overwritten.
MIT