# phibelle-kit

CLI for working with [Phibelle](https://phibelle.studio/) scenes.

**Requirements:** Node.js 20 or later.

## Commands

**clone**: One-time download of a scene.

```bash
npx phibelle-kit clone <sceneId>
```

**watch**: Subscribe to scene updates and sync scripts.

```bash
npx phibelle-kit watch <sceneId>
```


## After cloning

`phibelle-kit clone` initializes a local Git repository and attempts to create an initial commit automatically.

1. `cd <scene-folder>` to enter the scene directory.
2. `npm install` to install dependencies (for types and intellisense).
3. `npm run watch` in the scene folder to push edits, or run `npx phibelle-kit watch <sceneId>` from the project root.

