Start the database:
sail up -dServe the site:
php artisan servenpm run devphp artisan storage:linkThe admin user for the site is a01@ctdd.uk.
php artisan storage:linkgit fetch
## Checkout to the appropriate tag
git checkout v.1.3.0
## PHP updates
composer install --no-dev
php artisan migrate
## JS updates
npm ci
npm run build
npm install --omit-dev