Getting Started
Welcome to the SMO1 Cat Colony! This guide will help you set up your development environment.Prerequisites
- Go 1.24+ (for backend services)
- Node.js 20+ with pnpm (for frontend services)
- Docker (for local development dependencies)
- Terraform 1.7+ (for infrastructure management)
Quick Start
1. Clone the repositories
2. Start infrastructure
3. Start the API
4. Start the dashboard
Environments
| Name | Purpose | Alias |
|---|---|---|
| kitten | Development | development |
| cat | Staging | staging |
| lion | Production | production |
Next Steps
- Architecture Overview - Understand how the pieces fit together
- API Reference - Explore the Purr API endpoints
- Deployment Guide - Deploy to production