logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install ahmedkhaleel2004/gitdiagram. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

ahmedkhaleel2004/gitdiagram Installation Guide

How to install ahmedkhaleel2004/gitdiagram. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for ahmedkhaleel2004/gitdiagram. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i ahmedkhaleel2004/gitdiagram
or

Install via npx

npx @hexmos/ipm i ahmedkhaleel2004/gitdiagram

Prerequisites

Python

language

Version: >=3.6.0

npm

package_manager

Version: 18.0.0

PostgreSQL

system_package

Docker

system_tool

Version: 20.10.1

Node.js

package_manager

Version: 18.16.0

Next.js

build_tool

Version: 13.0.0

Tailwind CSS

library

Version: 3.2.0

ShadCN

library

Version: 1.0.0

OpenAI o4-mini

library

Version: 0.4.0

PostHog

service

Version: 1.0.0

Api-Analytics

service

Version: 1.0.0

Drizzle ORM

library

Version: 2.0.0

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Self-hosting/Local Development

git clone https://github.com/ahmedkhaleel2004/gitdiagram.git

cd gitdiagram

pnpm i

cp .env.example .env

echo 'YOUR_ANTHROPIC_API_KEY=...' > .env

docker-compose up --build -d

docker-compose logs -f

chmod +x start-database.sh

./start-database.sh

pnpm db:push

pnpm dev

Package Manager Installation

pnpm i

Post Installation Steps

  • Start the server: `pnpm dev`
  • Run database migrations: `pnpm db:migrate`