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

This will install dependencies for all packages in the monorepo.

Development

Start Dev Server

The admin panel will be available at http://localhost:3001.

Build for Production


Project Structure


Environment Variables

Create .env file in admin/apps/panel/:

Next Steps


Common Commands


Troubleshooting

Port Already in Use

If port 3001 is already in use, you can change it in admin/apps/panel/app.config.ts:

Dependencies Not Found

Try reinstalling:

Build Errors

Clear Turborepo cache: