=> git status
On branch develop
Your branch is up to date with 'origin/develop'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: config/app.php
modified: config/database.php
modified: config/mail.php
modified: modules/backend/assets/css/winter.css
modified: modules/backend/assets/less/layout/layout.less
modified: modules/system/traits/AssetMaker.php
no changes added to commit (use "git add" and/or "git commit -a")
Thoughts from @IsaiahPaget:
npm i,composer install,php artisan mix:install,php artisan winter:install,php artisan winter:env,php artisan winter:mirror public --relative: I get this in my tracked changes./blog/category/tutorialsof the winter sitecomposer run devfeature like how it works in Laravel, such that when you change the asset files, like js, less, etc it automatically compiles, does that already exist? I see there is amix:watchandvite:watch, but no single command that runs the server at the same time