Installation

Clone the repository and install dependencies:

# Clone the repository
git clone https://github.com/Blender4Pepu/blender_cli.git
cd blender-cli

# Install dependencies
pnpm install

# Create a .env file
cp .env.example .env