First Project
Your First Project
Section titled “Your First Project”Let’s walk through creating, building, and running your first Rhyolite project:
1. Create a New Plugin
Section titled “1. Create a New Plugin”pnpm create rhyolite@latest my-plugin -- --plugin reactcd my-plugin2. Explore the Project
Section titled “2. Explore the Project”src/— Your plugin source codepackage.json— Project metadataREADME.md— Usage and development info
3. Build & Test
Section titled “3. Build & Test”pnpm installpnpm buildpnpm test4. Run in Obsidian
Section titled “4. Run in Obsidian”Follow the README instructions to load your plugin/theme in Obsidian for local testing.