Closed retrocausal closed 6 years ago
Good :+1:
In installation steps, we don't need to do npm i after cd GuessTheQuote. Because npm start will automatically start installing the dependencies. We just need to run npm start
Ah! Wasn't a change I introduced in the PR though.
But would a user need packages installed at all?
edit: gotcha!
I see
"start": "npm i && cd ./client/ && npm i && cd ../ && cd ./server/ && npm i && cd ../ && npm run dev",
So, yeah! npm start would suffice. Maybe an owner can edit it instead of a PR for a minor change