Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 540 Bytes

File metadata and controls

23 lines (16 loc) · 540 Bytes

igorbedesqui.com

personal site built with tanstack start (vite, react 19, tailwind v4).

scripts

pnpm dev      # vite dev server (port 3000)
pnpm build    # production build + tsc
pnpm preview  # preview production client
pnpm start    # node .output/server/index.mjs
pnpm lint     # oxlint
pnpm fmt      # oxfmt

routing

routes live under src/routes/. see docs/ROUTING.md for conventions.

requirements

  • node 24.x (see package.json engines)
  • pnpm 10