Skip to main content
1

Scaffold the project

This creates a new directory with everything you need to get started.
2

Install dependencies

3

Start the app

Your app will open in a new window, and any changes you make will hot-reload.

Project structure

After scaffolding, your project looks like this:
The zenbu.config.ts file is the entry point. It tells Zenbu.js where everything in your project is.
zenbu.config.ts
Add a 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.