Generate Project Readme- Git Repo

Generate Project Readme- Git Repo

Β·

1 min read

1. Project Readme Generator - https://readme-gen.vercel.app/app

See Sample Here

https://github.com/saurabhnative/create-frontend-readme

2 Add awersome badges

https://dev.to/envoy_/150-badges-for-github-pnk

https://github.com/Ileriayo/markdown-badges#table-of-contents

MAKE CUSTOM BADGES - https://javascript.plainenglish.io/how-to-make-custom-language-badges-for-your-profile-using-shields-io-d2aeaf016b6b

Using Ctrl+F, find your respective badges

9. Licence

MIT License

10. πŸ’–Like my work?

This project needs a ⭐️ from you. Don't forget to leave a star 
If you found the app helpful.⭐️,

11. πŸ”— Add link to Connect with me

🌐 Socials: (Connect with me)

<div align='right' > 
<p>🌐 Socials: (Connect with me) πŸ‘‡ </p>

[![GitHub](https://img.shields.io/badge/github%20Profile-%23121011.svg?style=for-the-badge&logo=github&logoColor=white&style='')](https://github.com/krayush1109) [![LinkedIn](https://img.shields.io/badge/LinkedIn-%230077B5.svg?logo=linkedin&logoColor=white)](https://linkedin.com/in/krayush1109) [![Linktree](https://img.shields.io/badge/linktree-39E09B?style=for-the-badge&logo=linktree&logoColor=white&style)](https://linktr.ee/krayush1109)
</div>

Output:

🌐 Socials: (Connect with me) πŸ‘‡

GitHub

6. πŸ› οΈ Installation Setup

πŸ› οΈ Installation Steps:

1. Clone the repository

Clone the repository

git clone repo_url

2. Install npm modules

Install npm modules

npm install

3. Start development server using below command

Start development server using below command

npm dev

4. Create production build using below command

Create production build using below command

npm build

5. Check production build locally using below command

Check production build locally using below command

npm start
Β