Dev Setup

Set up development environment and run builds. Use for initial setup or testing changes. Use when this capability is needed.

tomevault-io ba58be0 2 files · 1.6 KB Updated

File contents

Development Setup

When to Use

  • First time setup
  • After cloning repository
  • Testing changes

Quick Setup

./scripts/setup.sh

Checks Node.js, installs deps, builds, creates .env.

Manual Setup

npm install
cp .env.example .env
# Add GITHUB_TOKEN to .env
npm run build

Development Mode

npm run dev

Hot reload enabled - changes auto-recompile.

Production Build

npm run build
npm start

Environment Variables

Required:

  • GITHUB_TOKEN - GitHub PAT with repo and read:user scopes

Optional:

  • DEBUG=true - Enable debug logging

Node.js Version

Requires 20.19.0+ (or 22.12.0+, 23.0.0+)


Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/jamesjfoong--github-pr-review-mcp--dev-setup commit ba58be0567

Frequently asked questions

npx skillmds@latest add tomevault-io/dev-setup