Project Setup


Getting a new blocklet project off the ground is straightforward. The Blocklet CLI provides two primary commands to bootstrap your development environment, depending on whether you're starting from scratch or converting an existing project. These commands help you generate the necessary metadata files, such as blocklet.yml, and set up a standard project structure.

Choosing the right command depends on your starting point:


Once your project is set up, you're ready to start building. The next step is to run your blocklet in a local development environment.

Continue to the Local Development section to learn how to run, test, and debug your blocklet.