github-profile-readme-generator
github-profile-readme-generator copied to clipboard
Updated the hashnode logo to new one
Fixes #724
What type of PR is this? (check all applicable)
- [ ] Refactor
- [ ] Feature
- [ ] Bug Fix
- [x] Enhancement
- [ ] Documentation Update
Description
Updated the hashnode.svg file at src/images/icons/Social/hashnode.svg with the new one and did some changes at line no 181 in social.jsx file
Related Tickets & Documents
QA Instructions, Screenshots, Recordings
Added to documentation?
- [ ] readme
@Vsoni27 how did you run the code on your local pc ? I am facing error
first time on npm start it gives error:
There was a problem loading the local develop command. Gatsby may not be installed in your site's "node_modules" directory.
Perhaps you need to run "npm install"? You might need to delete your "package-lock.json" as well.
after installing gatsby it says inside node_modules gatsby/cli.js not found
Can you help ?
@Aniketsahu28 I just run "npm install" then "npm start" it worked fine and the required installation steps are written in the repo readme.
Okay @Vsoni27, thanks 👍