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
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) π
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
Β