Installation
Efferd follows the same registry-style flow already built into the block preview experience: initialize once, then add the block you want.
How installation works
The existing add UI in block previews already reflects a two-step flow. First you initialize the registry in your project. After that, each block can be added from its own generated registry URL.
Initialize once
Run the init command for your package manager before adding blocks. The preview UI can copy this for you, but the underlying flow is the same.
Add from a block page
Once the registry is ready, browse the blocks directory, open the block you want, and use the install action from that page.
After setup
After the registry is initialized, the main workflow moves to the block pages: compare variants, use the exact install control for the block you want, and customize the generated code locally. The Usage page covers that flow in more detail.