Personal site with a few features
rdenadai.dev
https://rdenadai.dev
Reviewed-on: #17 Co-authored-by: Rodolfo De Nadai <rdenadai@gmail.com> Co-committed-by: Rodolfo De Nadai <rdenadai@gmail.com> |
||
|---|---|---|
| src | ||
| static | ||
| templates | ||
| .editorconfig | ||
| .gitignore | ||
| .prettierrc.json | ||
| .python-version | ||
| docker-compose.yml | ||
| Dockerfile | ||
| eslint.config.js | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| pyproject.toml | ||
| README.md | ||
| tailwind.config.js | ||
| uv.lock | ||
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