preview
Installation
SKILL.md
Start Preview Server
Start the Next.js development server for local preview.
Steps
-
Check if dependencies are installed:
[ -d "node_modules" ] || pnpm install -
Check if port 3000 is available:
lsof -i :3000 | grep LISTEN -
Start development server:
pnpm dev