Quick Start¶
Get the project running locally in under 5 minutes.
Prerequisites¶
Before you begin, ensure you have:
- Node.js 20.x
- npm 10.x
- Docker Desktop
- Git
- Access to the luminarium-ai GitHub org
Setup¶
1. Clone the Repository¶
2. Install Dependencies¶
3. Configure Environment¶
The default configuration works with the local Docker database.
4. Start Local Database¶
This starts Azure SQL Edge on port 1433.
5. Run Development Server¶
6. Verify It Works¶
Expected response:
What's Next?¶
- Local Development - Detailed development workflow
- Architecture Overview - Understand the system
- Contributing - How to contribute