Quickstart
Create your repo, install, and start building. This is the fast path – if you need detailed instructions or get stuck, visit the full Setup guide.
Before you begin
You'll need:
- Node.js 20+ installed
- pnpm package manager
- Git installed
- VS Code with Copilot (or similar AI editor)
Quick checks:
No pnpm? npm i -g pnpm
Create your repo from template
Choose the method that works for you:
- Open Catalyst on GitHub
- Click Use this template → Create a new repository
- Name your project and create
- Copy your repo URL from the green Code button, then clone:
git clone https://github.com/YOUR-ORG/my-project.gitNever clone Catalyst directly – always use the template.
Don't have access? Contact RIVER Group
Setup with AI
Open your project in VS Code, then start a new AI chat and run setup:
/setupOr attach catalyst/commands/setup.md if your IDE doesn't support slash commands.
Start building
You're ready to go. Choose your path:
This is your default command. Use it to start every AI chat – it loads your project context and primes the AI on best practice.
/codeOr attach the command file directly: catalyst/commands/code.md
Try your first prompt:
Update the landing page with a hero, features, and CTA for my projectQuick reference
Terminal commands
pnpm devStart serverpnpm buildBuild for prodpnpm lintCheck codeCtrl+CStop serverVS Code shortcuts
Quick fixes
node_modules and run pnpm install again.