Description: Set up the project with Vite, React, and TypeScript as the foundation for further development. Tasks: Create the project with npm create vite@latest, selecting the React + TypeScript template. Verify that Node v24.6.x+ and npm v11+ are installed for all group members, and add an engines field in package.json specifying this. Set up .gitignore with node_modules, dist, and .env. Add a "Getting started" section to the README with installation steps, so others can set up the project without having to ask. Acceptance: The project runs locally with npm run dev without errors, and a group member who did not set up the project themselves can clone the repo and get it running by following the README alone.