Goal
Add a short section to frontend/README.md showing how to run the frontend locally.
Steps
- Open frontend/README.md
- Add run commands such as:
npm install
npm start
- Keep the instructions short (2–4 lines)
Acceptance criteria
- frontend/README.md includes simple, clear run instructions
- Commands are copy-paste friendly