My personal website built with Next.js, TailwindCSS, and DaisyUI.
Backend by me (Stef) and frontend/UI design by orangc.
The site is basically divided in 4 pages:
- Home page with all my socials and some real time info like what I'm listening to
- About with some info about me such as name, surname, birthday etc.
- Projects with well... some projects I made (and a top 10 of my repos, fetched from GitHub API)
- Rabbit with some pictures of my rabbit, Pallino
The site is available at... well... my site... stefdp.com
If you want to host it locally:
Note
I used bun but npm should work fine too
- Install the dependencies (
bun install) - Build it (
bun run build) - Start it (
bun run start)
(or if you wanna run it in dev mode, bun run dev)
This project is licensed under GNU AGPLv3.
