A personal portfolio site with home, blog, projects, and contact pages.
- Modern minimalist UI
- Dark/light mode
- Blog integration via beehiiv
- Contact through Buy Me a Coffee
- Node.js 18.17+
- npm
- Clone repository:
git clone https://github.com/alvropena/alvropena.com.git
- Navigate to project:
cd alvropena.com
- Install dependencies:
npm install
- Start development server:
npm run dev
Visit http://localhost:3000 to view the site.
- Build the project:
npm run build
- Start production server:
npm start