Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 409 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 409 Bytes

This is my personal website featuring a RAG AI Chatbot that will answer any and all questions about me. It was built with React, Next.js, Tailwind CSS, Drizzle, Postgres, OpenAI and Vercel AI SDK.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

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