preview

Installation
SKILL.md

Start Preview Server

Start the Next.js development server for local preview.

Steps

  1. Check if dependencies are installed:

    [ -d "node_modules" ] || pnpm install
    
  2. Check if port 3000 is available:

    lsof -i :3000 | grep LISTEN
    
  3. Start development server:

    pnpm dev
    
Installs
28
First Seen
Jan 26, 2026
preview — forever-efficient/pitfal-solutions-website