This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: '3.8' | |
| volumes: | |
| db_storage: | |
| redis_storage: | |
| n8n_storage: | |
| tailscale-data-n8n: | |
| driver: local | |
| x-shared: &shared |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Requires -RunAsAdministrator | |
| <# | |
| .SYNOPSIS | |
| Complete Development Environment Setup for Windows | |
| .DESCRIPTION | |
| Installs and configures all development tools needed for Claude Code development: | |
| - Scoop package manager | |
| - Node.js LTS | |
| - Git with git-bash | |
| - VS Code |
OlderNewer