Deployment
SSR hosts (Vercel, Railway, Render)
npm run build
npm run previewRuns 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 buildDeploy the dist/client folder.