Showcase skills in projects or profiles effortlessly ✨
Showcase your skills by using the URL below and adding the tech stack icons you want (separated by commas)
![Skills](https://skills-icons.vercel.app/api/icons?i=js,ts,node,expressjs,mongodb,prisma)
Parameter | Description | Required | Default |
---|---|---|---|
i |
Comma-separated list of icon names | Yes | / |
perline |
Number of icons per line | No | 15 |
Below is a complete list of available icons and their IDs. You can use either the full ID or its alias (if available) in the i
parameter.
We welcome contributions from anyone! If you'd like to help, please follow the detailed guidelines in our CONTRIBUTING.md file.
- Add New Icons: Submit PRs to expand our icon collection.
- Bug Fixes: Help us identify and fix issues.
- Documentation: Help improve documentation.
# Clone the repository
git clone https://github.com/sckrp/skills-icons.git
# Install dependencies
pnpm install # or npm install
# Run development server
pnpm dev # or npm run dev
For more instructions on how to get started, check out the guidelines in the CONTRIBUTING.md.
This section provides instructions on building and running the Skills Icons
project using Docker. Follow the steps below to containerize and manage the application efficiently.
Before you begin, ensure you have the following installed:
- Docker (version 18.09 or higher)
To build the Docker image for Skills Icons
, follow these steps:
- Open a terminal and navigate to the directory.
- Run the following command to build the image:
docker build -t skills-icons .
# or
sudo docker build -t skills-icons .
Once the image is built, you can run it in a container:
- Execute the following command:
docker run -p 3000:3000 skills-icons
# or
sudo docker run -p 3000:3000 skills-icons
This command maps port 3000 of your host machine to port 3000 of the container, allowing you to access Skills Icons
at http://localhost:3000.
If you find this project helpful, consider:
- Starring the repository
- Sharing it with others
- Contributing to its development
This project is licensed under MIT License