No description
| .forgejo/workflows | ||
| images | ||
| public | ||
| src | ||
| .env.example | ||
| .gitignore | ||
| bun.lock | ||
| eslint.config.mjs | ||
| LICENSE | ||
| next.config.ts | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.mjs | ||
| README.md | ||
| tsconfig.json | ||
My website
My personal website built with Next.js, TailwindCSS, and DaisyUI.
Backend by me (Stef) and frontend/UI design by orangc.
Layout
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
Running
The site is available at... well... my site... stefdp.com
Building Locally
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)
License
This project is licensed under GNU AGPLv3.
