metadata
metadata copied to clipboard
[Frontend] Add a README.md
/kind feature /area front-end
The current readme is the create-react-app default. It should contain information on:
- How to run local server with proxy to a cluster
- How to run test
- When to run
npm run apisand their sub-tasks - Code style
/priority p2