The Extrusion panel plugin allows to extrude geometries provided as GeoJSON.
Install yarn, and use
yarn install
To build the plugin for the use in the development:
yarn dev
This will run linting tools and apply prettier fix.
In addition you can use the following to get an index.html which can be used for stand-alone testing:
yarn watch
To build the plugin for the use in production:
yarn build