patternfly-react-seed
patternfly-react-seed copied to clipboard
Fix README on javascript branch
Resolves #116
In addition to start being incorrectly used in the README instead of start:dev, the README was still describing the use of yarn even though the repo switched to using the npm CLI at some point. Also, --legacy-peer-deps is required on this branch with newer versions of npm since it is currently using outdated dependencies that don't explicitly support React 17. (we need to port changes from #150 to this branch if we intend to maintain it).