https://github.com/paradedb/website
Official ParadeDB website
https://github.com/paradedb/website
paradedb
Last synced: 6 months ago
JSON representation
Official ParadeDB website
- Host: GitHub
- URL: https://github.com/paradedb/website
- Owner: paradedb
- License: other
- Created: 2024-08-11T04:38:18.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2025-07-20T19:00:10.000Z (6 months ago)
- Last Synced: 2025-07-20T20:35:12.059Z (6 months ago)
- Topics: paradedb
- Language: TypeScript
- Homepage: https://paradedb.com
- Size: 20.5 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# ParadeDB Website
Official repository for the [ParadeDB website](https://paradedb.com), hosted on Vercel.
## Getting started
Install the dependencies. We recommend using pnpm. If you want to use `npm`, just replace `pnpm` with `npm`.
```bash
pnpm install
```
Then, start the development server:
```bash
pnpm run dev
```
Visit [http://localhost:3000](http://localhost:3000) in your browser to view the template.
## Notes
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
This project uses [`Tremor Raw`](https://raw.tremor.so/docs/getting-started/installation) components for the UI.