A widget to display a code editor in Figma
Install all the dependencies across three folders:
npm install
cd widget && npm install && cd ..
cd iframe && npm install && cd ..
Now, run:
npm run watch
to watch for changes and recompile, or
npm run build
to create the final bundle.