My personal website built using:
- Framework: Next.js
- Styling: Tailwind CSS
- Hosting: Vercel
This application is designed to run from Node.js v20 and above.
Setup locally:
git clone git@github.com:nin93/franzella.dev.git && cd franzella.dev
npm ciRun:
# Hot reloaded development environment
npm run dev
# Or
# Optimized production build
npm run build
npm run startBuild the images:
docker compose upThis will produce a self-contained, standalone Next.js build for minimal image footprint, proxied under an nginx web server.
The app is now served at http://localhost:8080
Copyright 2026 Elia Franzella
This project is MIT licensed.