Showcase your skills on your GitHub or resumé with ease!
Rewrite by yuran1811 using qwik
Copy and paste the code block below into your readme to add the skills icon element!
Change the ?i=js,html,css
to a list of your skills separated by ","! You can find a full list of icons here.

Want to center the icons in your readme? The SVGs are automatically resized, so you can do it the same way you'd normally center an image.
<p align="center">
<a href="https://skill-icons-livid.vercel.app">
<img src="https://skill-icons-livid.vercel.app/icons?i=git,kubernetes,docker,c,vim" />
</a>
</p>
- Read my qwik migrate for more customization.
Follow these steps to set up the project locally on your machine.
Prerequisites
Make sure you have the following installed or downloaded on your machine:
Cloning the Repository
git clone https://github.com/yuran1811/.git
cd
Installation
Install the project dependencies:
npm install
or
yarn
Running the Project
npm run dev
or
yarn dev
Open http://localhost:5173 in your browser to view the project.
More in qwik migration