preview

Start the Next.js development server for local preview.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "preview" with this command: npx skills add forever-efficient/pitfal-solutions-website/forever-efficient-pitfal-solutions-website-preview

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

Report the URL: http://localhost:3000

If Port 3000 is Busy

Suggest alternative:

pnpm dev -- -p 3001

Or kill existing process (with user confirmation):

kill $(lsof -t -i:3000) pnpm dev

Docker Alternative

If Docker is preferred:

docker compose up

Server will be available at http://localhost:3000

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

gallery-manage

No summary provided by upstream source.

Repository SourceNeeds Review
General

optimize-images

No summary provided by upstream source.

Repository SourceNeeds Review
General

logs

No summary provided by upstream source.

Repository SourceNeeds Review