# Scripts Reference This folder contains PowerShell wrappers for repeatable local development, build, publish, and cache operations. ## Scope These scripts target the repository rooted at `E:\stansshit\csharp\journal-master\journal`. ## Requirements - PowerShell 7+ (`pwsh` recommended) - .NET SDK (current repo uses `net10.0` targets) - Python (for `pip-min.ps1`, `migration-gate.ps1`) - Node.js + npm (for `publish-app.ps1`) ## Execution Policy If script execution is blocked on Windows, run commands with one of: ```powershell pwsh -NoProfile -ExecutionPolicy Bypass -File .\scripts\