Getting Started
Getting Started
Section titled βGetting StartedβWelcome to Orion Kit! This guide will get you from zero to a running SaaS application in under 10 minutes.
π Quick Start (5 minutes)
Section titled βπ Quick Start (5 minutes)βPrerequisites: Node.js 20+ and pnpm
# 1. Clone and install
git clone <your-repo-url>
cd orion
pnpm install
# 2. Start with minimal setup
pnpm dev
Thatβs it! Visit http://localhost:3001 to see your app running.
π Next Steps
Section titled βπ Next StepsβChoose your path based on what you want to do:
π― I want to customize the app
Section titled βπ― I want to customize the appβπ I want to deploy to production
Section titled βπ I want to deploy to productionββ Deployment Guide
π§ I want to add features
Section titled βπ§ I want to add featuresβπ I want to understand the architecture
Section titled βπ I want to understand the architectureβπ Need Help?
Section titled βπ Need Help?β- Stuck? Check our Troubleshooting Guide
- Questions? Open an issue on GitHub
- Want to learn more? Browse our Complete Documentation
Ready to build something amazing? Letβs go! π