visualizar-local

Start a Netlify Dev local server from the repository root to preview pages.

1|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/ogallotti/metodo-zero --skill visualizar-local
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: visualizar-local
Source: https://github.com/ogallotti/metodo-zero/tree/main/plugins/metodo-zero/skills/visualizar-local
Command: npx skills add https://github.com/ogallotti/metodo-zero --skill visualizar-local

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables developers to preview their landing pages locally by running Netlify Dev at the project root, ensuring the local environment matches production behavior.

Core Features & Use Cases

  • Start Netlify Dev from the repository root to render pages as they will appear when deployed on Netlify.
  • Validate redirects, Netlify forms, and asset loading in a local environment before pushing to production.

Quick Start

Run the Netlify Dev server from the project root to preview the site locally.

Frequently Asked Questions about visualizar-local

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I preview my site locally with Netlify Dev to test redirects and forms?

To preview your site locally with Netlify Dev, run the server from your project root. This renders pages as they will appear when deployed, faithfully simulating production behavior for testing redirects, forms, and asset loading.

Why does my local development server need to run from the project root?

Running the local development server from the project root ensures your local environment correctly matches production behavior. It enforces proper path resolution for Netlify features like redirects, forms, and asset handling before you push to production.

Does Netlify Dev handle port management if I already have a local server running?

Yes, Netlify Dev handles port management by checking for an existing server. It manages available ports automatically to start the local preview server without conflicts, providing troubleshooting guidance if connection issues arise.

What is the best way to validate Netlify forms and asset loading before deploying?

The best way to validate Netlify forms and asset loading is by running Netlify Dev locally from the repository root. This provides a faithful local preview of your site, accurately reflecting how these features will function in production.

Why is Netlify Dev not working when I try to start a local preview?

If Netlify Dev is not working, ensure you are running the command from the repository root. The Skill checks for an existing server, manages ports, and provides specific troubleshooting guidance to resolve common local preview startup issues.