This is the source code for my personal portfolio website. It's built using Astro, a modern static site generator, with React for interactive components, and styled with Tailwind CSS.
- Static Site Generation: Utilizes Astro for optimal performance and SEO.
- React Integration: For dynamic and interactive UI components.
- Responsive Design: Fully responsive interface using Tailwind CSS.
- Portfolio Showcase: Sections for projects, skills, and professional experience.
- Static Site Generator: Astro
- UI Library: React
- CSS Framework: Tailwind CSS
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
- Node.js
- pnpm
- Clone the repository:
git clone https://github.com/lucasdoell/portfolio.git
- Install the dependencies:
pnpm install
- Start the development server:
pnpm dev
- Open
http://localhost:4321to view it in the browser.