Deployment

SSR hosts (Vercel, Railway, Render)

npm run build
npm run preview

Runs node server.js in production.

GitHub Pages (SSG)

Add SSG routes, set BASE_PATH for project sites, then build:

BASE_PATH=/landrr.js/ npm run build

Deploy the dist/client folder.