Personal website built with Next.js, designed as the central hub of my digital presence.
This project is more than a portfolio. It is intended to become a complete personal platform including:
Start the development environment:
docker compose up -d
Open a shell inside the container:
docker compose exec web bash
Move to the web application:
cd /workspace/apps/web
Run the development server:
pnpm dev
The application will be available at:
http://localhost:3000
This project is licensed under the GPL-3.0 license.