← 🤖 Back to AI Agents

🚀 Daily Agent Startup

Use this page as a clean startup checklist for local website work, repo review, builds, and preview checks.

Check repo status

git status

Install dependencies

npm install

Run local dev server

npm run dev

Build production site

npm run build

Preview production build

npm run preview
🏠 Return home