Getting Started
Welcome to RMT Compose! This guide will help you get up and running quickly.
What You'll Learn
- Installation - Set up RMT Compose locally or use the live demo
- First Composition - Create your first piece in 5 minutes
- Core Concepts - Understand ratios, the BaseNote, and dependencies
Quick Start
The fastest way to try RMT Compose is the live demo:
No installation required - just open in a modern browser with WebGL2 support.
For Local Development
bash
# Clone the repository
git clone https://github.com/anthropics/rmt-compose.git
cd rmt-compose
# Install dependencies
npm ci
# Start development server
npm run devOpen the URL shown by Vite (typically http://localhost:3000).
Prerequisites
- Node.js 18+ (for local development)
- Modern browser with WebGL2 support (Chrome, Firefox, Edge, Safari)
- Optional: Rust toolchain for WASM builds
Next Steps
Once you have RMT Compose running:
- Start with Your First Composition to create a simple melody
- Read Core Concepts to understand the theory behind the app
- Explore the User Guide for detailed feature documentation
Live Demo
If you just want to explore, the live demo is the easiest way to get started. All features work directly in your browser.