1
Scaffold the project
- npm
- pnpm
- yarn
- bun
2
Install dependencies
- pnpm
- npm
- yarn
- bun
3
Start the app
- pnpm
- npm
- yarn
- bun
Project structure
After scaffolding, your project looks like this:zenbu.config.ts file is the entry point. It tells Zenbu.js where everything in your project is.
zenbu.config.ts
schema: "./src/main/schema.ts" field to the plugin when you’re ready to introduce a database. The top-level db field is optional and defaults to ./.zenbu/db.
Available scripts
Next steps
Concepts
Learn the plugin model, state, and RPC.

