Skip to content

First Project

Let’s walk through creating, building, and running your first Rhyolite project:

Terminal window
pnpm create rhyolite@latest my-plugin -- --plugin react
cd my-plugin
  • src/ — Your plugin source code
  • package.json — Project metadata
  • README.md — Usage and development info
Terminal window
pnpm install
pnpm build
pnpm test

Follow the README instructions to load your plugin/theme in Obsidian for local testing.