Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 677 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 677 Bytes

bodymovin-extension

Bodymovin UI extension panel

Development

  1. Setup AE for debugging extensions (guide)
  2. Install the CEF client you'll need for remote debugging
  3. Install extension dependencies (npm i)
  4. Install server dependencies (cd bundle/server && npm i)
  5. Run npm run start-dev
  6. Open the CEF client and navigate to http://localhost:8092

The extension window will now hot-reload and you can use the devtools in the CEF client.