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-worldsetup - 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