Official repository for the ParadeDB website, hosted on Vercel.
Install the dependencies. We recommend using pnpm. If you want to use npm, just replace pnpm with npm.
pnpm installThen, start the development server:
pnpm run devVisit http://localhost:3000 in your browser to view.
This project uses next/font to automatically optimize and load Inter, a custom Google Font.
Chart components use vendored utilities from Tremor Raw (in src/lib/chartUtils.ts) alongside @tremor/react for bar charts.
Apache-2.0