# Suggested Commands ## Database Migrations ```bash php install.php # Run migrations php install.php --force # Force re-run all ``` ## System Utils (Windows/Git Bash) - `git` - version control - `ls` - list files (Git Bash) - `grep` - search (Git Bash) - `find` - find files (Git Bash) ## No build/test/lint commands - No Composer, no package.json - SASS compiled by VS Code Live Sass Compiler - Deployment via FTP-Kr extension (auto-upload) - No automated test suite