Setup
Get your Catalyst project up and running.
Prerequisites
- Node.js 18+ installed
- pnpm (recommended) or npm
- A code editor (VS Code recommended)
- Git for version control
Installation
Clone the repository and install dependencies:
git clone https://github.com/WEARERIVER/catalyst-ai-starter-3.git
cd catalyst-ai-starter-3
pnpm installDevelopment
Key Files
lib/config.ts — App configuration, feature flags, external links
lib/navigation.ts — Navigation items for all layouts
AGENTS.md — AI agent instructions and conventions
Next Steps
Read the Workflow guide to understand how Catalyst structures delivery.