# Suggested Commands ## Testing ```bash php tests/run.php ``` ## Entry Points - Web: `index.php` (routes via ?module=&action=) - AJAX: `ajax.php` - REST API: `api.php` - Cron: `cron.php` ## SCSS Compiled via VS Code Live Sass Compile extension (layout/style.scss -> layout/style.css) ## Git Standard git commands (bash shell on Windows) ## Utils Use Unix-style commands in bash shell (ls, cat, grep, find, etc.)