Files
website/README.md
T
2026-02-19 00:12:21 +00:00

30 lines
670 B
Markdown

# luisdralves
Personal portfolio as a linear scroll gallery. Motion as medium.
## Stack
- **Next.js 16** — RSC-first
- **motion.dev** — Scroll-driven animations, spring physics
- **react-three-fiber** — 3D travel passport with page turns
- **Tailwind CSS 4** — Styling
- **better-sqlite3** — Visitor counter persistence
- **Biome** — Linting and formatting
## Development
```bash
bun install
bun dev
```
## Scripts
| Command | Description |
|---------|-------------|
| `bun dev` | Development server (Turbopack) |
| `bun build` | Production build |
| `bun start` | Production server |
| `bun lint` | Biome checks |
| `bun format` | Biome formatting |