running-and-testing-locally

Set up and test the Nango application locally with Docker services.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/mitchlabeetch/nango --skill running-and-testing-locally
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: running-and-testing-locally
Source: https://github.com/mitchlabeetch/nango/tree/main/.agents/skills/running-and-testing-locally
Command: npx skills add https://github.com/mitchlabeetch/nango --skill running-and-testing-locally

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of running and testing the Nango application locally for development and browser testing, covering Docker setup, development commands, service URLs, and troubleshooting.

Core Features & Use Cases

  • Docker Service Management: Starts and manages necessary Docker services for a local Nango environment.
  • Development Commands: Provides a comprehensive set of commands for running TypeScript watch-build and various services.
  • Service URLs: Lists the URLs and ports for different services, facilitating local access.
  • Troubleshooting: Offers steps and commands for resolving common startup issues.
  • Use Case: When developing and testing Nango locally, this Skill helps you quickly set up your environment and debug any issues.

Quick Start

Run the local Nango development environment using the command: npm run dev:docker.

Frequently Asked Questions about running-and-testing-locally

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

FAQPage Schema
How do I run the Nango application locally using Docker?

Run the Nango application locally using Docker by executing the `npm run dev:docker` command. This starts and manages the necessary Docker services for your local development environment.

What commands are needed for TypeScript watch-build in local Nango development?

Local Nango development requires specific TypeScript watch-build commands to run various services. This Skill provides a comprehensive set of commands to manage the TypeScript build process and microservices architecture.

How do I troubleshoot common startup issues when running Nango locally?

Troubleshoot common Nango startup issues by following provided steps and commands to resolve Docker configuration errors. This Skill offers specific debugging commands to fix problems during local environment initialization.

What service URLs and ports do I use to access local Nango microservices?

Access local Nango microservices via specific URLs and ports provided by this Skill. It lists the exact addresses for different services, facilitating local access and browser testing for your development workflow.

Do I need Docker configured to test the Nango application locally?

Yes, proper Docker configuration is required to test the Nango application locally. This Skill ensures proper Docker setup and provides commands for managing Docker-based services within the microservices architecture.