Getting Started
Quick start guide to get up and running with admin panel development.Prerequisites
- Node.js >= 18
- pnpm >= 8.14.3
- Git
Installation
1. Clone Repository
2. Install Dependencies
Development
Start Dev Server
http://localhost:3001.
Build for Production
Project Structure
Environment Variables
Create.env file in admin/apps/panel/:
Next Steps
- Adding Features - Learn how to add new features
- Architecture - Understand the architecture
- Build Scripts - Available build commands
Common Commands
Troubleshooting
Port Already in Use
If port 3001 is already in use, you can change it inadmin/apps/panel/app.config.ts: