Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.12 KB

File metadata and controls

32 lines (19 loc) · 1.12 KB

ParadeDB Website

Slack URL X URL

Official repository for the ParadeDB website, hosted on Vercel.

Getting started

Install the dependencies. We recommend using pnpm. If you want to use npm, just replace pnpm with npm.

pnpm install

Then, start the development server:

pnpm run dev

Visit http://localhost:3000 in your browser to view.

Notes

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.

License

Apache-2.0 License - see LICENSE for details.