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.git
Install dependencies with
npm install #or
yarn
And then run the development server
npm start #or
yarn start
Feel free to fork this repository and add your ideias!
That's all folks! Keep coding!