Getting Started
Welcome to Ring Platform! This guide will help you get up and running in minutes.
Quick Start (5 minutes)
Clone the repository
git clone https://github.com/connectplatform/ring.git
cd ringInstall dependencies
npm installThis installs all required packages including React 19, Next.js 15, and all platform dependencies (~2-3 minutes).
Configure environment
npm run setup:envCreates .env.local with default configuration. You can customize database, auth providers, and features later.
Start development server
npm run devLaunches the platform on http://localhost:3000. First start may take ~30 seconds to compile.
✅ Success! Visit http://localhost:3000 to see your Ring Platform instance.
What's Next?
- Prerequisites - System requirements
- Installation - Detailed setup guide
- First Success - Validate your setup
- Troubleshooting - Common issues