Personal site with a few features rdenadai.dev https://rdenadai.dev
Find a file
Rodolfo De Nadai 75b9cd1b96 feat: Improvements v0.0.5 (#17)
Reviewed-on: #17
Co-authored-by: Rodolfo De Nadai <rdenadai@gmail.com>
Co-committed-by: Rodolfo De Nadai <rdenadai@gmail.com>
2025-12-09 20:12:14 +00:00
src feat: Improvements v0.0.5 (#17) 2025-12-09 20:12:14 +00:00
static feat: Improvements v0.0.5 (#17) 2025-12-09 20:12:14 +00:00
templates feat: Improvements v0.0.5 (#17) 2025-12-09 20:12:14 +00:00
.editorconfig feat: Adding Google Analytics and editorconf.json to code format 2025-09-09 17:44:09 -03:00
.gitignore feat: Changes regarding on-premise items 2025-11-18 17:07:01 -03:00
.prettierrc.json feat: Improvements v0.0.5 (#17) 2025-12-09 20:12:14 +00:00
.python-version Initial 2024-09-18 23:08:47 -03:00
docker-compose.yml fix: Correct point to the new domain 2025-11-14 18:48:01 -03:00
Dockerfile feat: Improvements v0.0.5 (#17) 2025-12-09 20:12:14 +00:00
eslint.config.js feat: Improvements v0.0.5 (#17) 2025-12-09 20:12:14 +00:00
LICENSE Initial commit 2024-09-18 10:20:14 -03:00
package-lock.json feat: Changes regarding on-premise items 2025-11-18 17:07:01 -03:00
package.json feat: Changes regarding on-premise items 2025-11-18 17:07:01 -03:00
pyproject.toml feat: Improvements v0.0.5 (#17) 2025-12-09 20:12:14 +00:00
README.md feat: Improvements v0.0.5 (#17) 2025-12-09 20:12:14 +00:00
tailwind.config.js fix: missing classes 2025-11-18 17:14:03 -03:00
uv.lock feat: Improve caching 2025-11-18 17:23:24 -03:00

Rodolfo De Nadai

Personal website and portfolio. View it live at rdenadai.dev.

Feel free to use this project as a reference. Please remove any personal information if you use it.

Setup

Run locally with Docker Compose:

docker compose up --build -d

Or with the development server:

uv run uvicorn src.app:app --port 8000 --host 0.0.0.0 --reload