Description: - Verify early that the project can be built and deployed under Apache at /project1/. Tasks: - Test SSH access to the VM. - Install Apache if it has not already been installed. - Run npm run build. - Copy dist to the VM. - Deploy the contents to /var/www/html/project1/. - Open the application using the VM address. Acceptance: - The application is accessible at http://it2810-xx.idi.ntnu.no/project1/. - JavaScript, CSS, and images load correctly. - Navigation and API fetching work on the VM. - No production errors appear in the browser console.