Installation
Installation
Section titled “Installation”Get started with Rhyolite in minutes. Follow these steps for your platform:
1. Install Node.js & pnpm
Section titled “1. Install Node.js & pnpm”- Download Node.js (v18+ recommended)
- Install pnpm:
Terminal window npm install -g pnpm
2. Install Rhyolite CLI
Section titled “2. Install Rhyolite CLI”You don’t need a global install—just use pnpm create:
pnpm create rhyolite@latest my-plugin3. Verify Installation
Section titled “3. Verify Installation”pnpm exec create-rhyolite --helpYou’re ready to build your first plugin or theme!