Lakshyaraj Dash • Sun 21 Dec 2025
Make sure you have Node.js installed (v18 or newer is recommended).
Clone the repository and install dependencies:
git clone https://github.com/yourusername/og-inspector.git
cd og-inspector
npm install
# or
yarn
# or
pnpm install
# or
bun install
Start the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 in your browser.
Edit app/page.tsx to see live updates.
app/ – main app directory (Next.js 13+ App Router)app/page.tsx – homepage and main logicapp/layout.tsx – global layoutapp/favicon.ico – project faviconnext.config.js – Next.js configurationpackage.json – dependencies and scriptsThis project uses Geist via Next.js next/font for optimized font loading.
The easiest way to deploy is via Vercel.
Check Next.js deployment docs for more options.