gamma-local-dev-loop

Installation
SKILL.md

Gamma Local Dev Loop

Overview

Configure an efficient local development workflow with hot reload and mock responses for Gamma presentation development.

Prerequisites

  • Completed gamma-hello-world setup
  • Node.js 18+ with nodemon or tsx
  • TypeScript project (recommended)

Instructions

Step 1: Install Dev Dependencies

set -euo pipefail
npm install -D nodemon tsx dotenv @types/node

Step 2: Configure Development Script

Add to package.json:

Related skills
Installs
25
GitHub Stars
2.2K
First Seen
Feb 18, 2026