### Development Setup Source: https://github.com/syvixor/skills-icons/blob/main/README.md Commands to clone the repository, install dependencies, and run the development server. Ensure you have pnpm or npm installed. ```bash git clone https://github.com/syvixor/skills-icons.git pnpm install # or npm install pnpm dev # or npm run dev ``` -------------------------------- ### Build Docker Image Source: https://github.com/syvixor/skills-icons/blob/main/README.md Command to build the Docker image for the Skills Icons project. Ensure Docker is installed and you are in the project directory. ```bash docker build -t skills-icons . # or sudo docker build -t skills-icons . ``` -------------------------------- ### Run Docker Container Source: https://github.com/syvixor/skills-icons/blob/main/README.md Command to run the Skills Icons Docker container. This maps port 3000 on your host to port 3000 in the container, making the application accessible at http://localhost:3000. ```bash docker run -p 3000:3000 skills-icons # or sudo docker run -p 3000:3000 skills-icons ``` -------------------------------- ### Generate Skills Icons Badge Source: https://github.com/syvixor/skills-icons/blob/main/README.md Use this markdown to generate a badge displaying your tech stack icons. Customize the 'i' parameter with your desired technologies. ```markdown [![Skills](https://skills.syvixor.com/api/icons?i=ts,node,expressjs,vue,nuxt,mongodb,prisma)](https://github.com/syvixor/skills-icons) ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.