skills/smithery.ai/build-start

build-start

Installation
SKILL.md

Build & Start

Quick Start

When building or starting the application:

  1. Development: npm run dev or npm run dev:turbo
  2. Production Build: npm run build
  3. Production Start: npm run start
  4. Vercel Build: npm run build:vercel

Commands

Development Server

# Standard development server
npm run dev
Installs
1
First Seen
Apr 8, 2026
build-start from smithery.ai