Make skill sets image for readme
https://msdio.github.io/stackticon/
You can contribute with adding icon.
You only need to add info about icon in custom-icons.json file.
You should add like following:
{
"title": "Java",
"slug": "java",
"hex": "3174b9",
"path": "path",
"viewBox": "viewBox"
},
title : Every word should start with capital letter. ex) Two Words
slug : Same as title, but remove space between words and use small letter at very first. ex) twoWords
hex : Color of svg. Please write without #.
path : Path of svg.
viewBox : ViewBox of svg.
React v18.3.0
you can download modules with command:
yarn install
and you can start with command:
yarn start



