My very own portfolio website.
- ⚡️ Blazing fast with Vite
- 🎨 Styled with Tailwind CSS
- 🧩 Modular React components
- 🛠️ TypeScript for type safety
- ✨ Modern UI with shadcn-ui
- Clone the repository:
git clone <YOUR_GIT_URL> cd <YOUR_PROJECT_NAME>
- Install dependencies:
npm install
- Start the development server:
npm run dev
npm run build- React
- TypeScript
- Vite
- Tailwind CSS
- shadcn-ui
Feel free to fork, star, or contribute! Don't forget to follow me as well.
- Copy the environment template and fill in your keys:
cp .env.example .env.local - Set the following variables in
.env.local:
BREVO_API_KEY=your_brevo_api_keyNote:
BREVO_API_KEYis required for the/api/subscribeendpoint to work.