Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 546 Bytes

File metadata and controls

23 lines (16 loc) · 546 Bytes

IvorySQL Website

Official website for IvorySQL, an open source Oracle-compatible PostgreSQL database.

Built with Next.js 15, React 19, and Tailwind CSS 4.

Getting Started

pnpm install
pnpm dev

Open http://localhost:3000 with your browser to see the result.

Stack

  • Next.js 15 with App Router
  • React 19
  • Tailwind CSS 4
  • shadcn/ui components
  • TypeScript
  • MDX for blog/news/events content (content/blog, content/news, content/events)