About | Technologies | Requirements | Starting | Contributing
Are you tired of manually editing your GitHub profile or missing out on the amazing features you can add to it? ๐ฉ Configuring GitHub actions can also be a hassle, right? Say no more! ๐ช
Introducing a tool that lets you beautify your GitHub profile with a customized README, easily and in no time! โจ You can include whatever content you want, wherever you want it (within the limitations of markdown, of course). ๐
With this amazing tool, creating your own README has never been so simple and fast. โก You can save time and focus on what really matters - showcasing your skills and projects. ๐
Don't miss out on the opportunity to enhance your GitHub profile. Give it a try and see for yourself how easy and convenient it is! ๐
Loved the tool? Please consider donating ๐ธ to support its continuous
improvement and development!
profile-readme-generator.mp4


See more
Before starting ๐, make sure you have Git and Node installed on your system. (nvm recommended).
# Clone this project
$ git clone https://github.com/maurodesouza/profile-readme-generator
# Access
$ cd profile-readme-generator
# Install dependencies
$ yarn
# Run the project
$ yarn dev
# The server will initialize in the <http://localhost:3000>
dev
: starts the application atlocalhost:3000
;build
: creates an optimized production build of the application;start
: starts the application in production mode at localhost:3000 (make sure to run the build first);test
: runs the tests;lint
: runs eslint in the /src directory.
This project is licensed under the MIT License. For more details, please refer to the LICENSE file.
Made with โค๏ธ by Mauro de Souza
Readme created with Simple Readme