Skip to content

blackpastures/franzella.dev

Repository files navigation

franzella.dev

My personal website built using:

Run project

This application is designed to run from Node.js v20 and above.

Setup locally:

git clone git@github.com:blackpastures/franzella.dev.git && cd franzella.dev

npm ci

Run:

# Hot reloaded development environment
npm run dev

# Or

# Optimized production build
npm run build
npm run start

Open http://localhost:3000

With Docker

Build the images:

docker compose up

This 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

License

Copyright 2026 Elia Franzella

This project is MIT licensed.

About

Personal website built using Next.js and Tailwind CSS

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors