Quick Start
Prerequisites
Section titled “Prerequisites”- Node.js 20+
- pnpm 9+
- Docker & Docker Compose
- Clone the repository and install dependencies:
git clone <repo-url>cd isearchfrompnpm install- Start infrastructure services:
just upThis starts PostgreSQL, Redis, MinIO, and Mailpit.
- Copy environment variables:
cp .env.example .env- Run database migrations:
just db-migrate- Start all apps in development mode:
pnpm devServices
Section titled “Services”| Service | URL |
|---|---|
| App | http://localhost:5173 |
| Admin | http://localhost:5174 |
| Landing | http://localhost:5175 |
| API | http://localhost:3000 |
| Docs | http://localhost:5172 |