patternfly-react-seed icon indicating copy to clipboard operation
patternfly-react-seed copied to clipboard

Fix README on javascript branch

Open mturley opened this issue 3 years ago • 0 comments

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).

mturley avatar Aug 22 '22 16:08 mturley