Nextjs-Creative-Portfolio-Starter-Code-Files
Nextjs-Creative-Portfolio-Starter-Code-Files copied to clipboard
Minor Text Discrepancy At Bottom Of "README.md"
In the last section of the README file, "Getting Started", it says npm run install # to install all dependencies but npm run install won't work. That's telling npm to "run" the "install" script. But the word "run" isn't necessary in this case; the correct command is npm install or shorthand npm i.
Solid work — I really like the animations and fluidity of this app/project! Thanks for sharing