Create a portfolio using your GitHub repositories! I made it based on my personal website, you can check it here.!
Open the website and type your github username
Pro tip: you can type the username directly in the url
/?u=YOUR_USERNAME
- Node.js
- npm or yarn
Clone this repository using
git clone github.com/GuilhermeBalog/portfolio-generator.gitInstall dependencies with
npm install #or
yarnAnd then run the development server
npm start #or
yarn startFeel free to fork this repository and add your ideias!
That's all folks! Keep coding!