vastai-local-dev-loop
Installation
SKILL.md
Vast.ai Local Dev Loop
Overview
Set up a fast, reproducible local development workflow for Vast.ai.
Prerequisites
- Completed
vastai-install-authsetup - Node.js 18+ with npm/pnpm
- Code editor with TypeScript support
- Git for version control
Instructions
Step 1: Create Project Structure
my-vastai-project/
├── src/
│ ├── vastai/
│ │ ├── client.ts # Vast.ai client wrapper
Related skills