npm install
npm run serve
npm run build
This project is based on icon libraries that work as fonts.
Place your font (recommended .woff2 extension) in the src > assets > icon-fonts
directory.
Declare the import, font-callers, and glyphs in src > assets > icons.scss
. You can open your icon font file in softwares like FontForge to discover what glyphs your icons using.
Declare the icons you want to add to the catalog in src > icons.json
. The keywords are used to find the icons. (It is recommended to use AI to generate the array based on your Step 2)
To activate the downloads in SVG format, place the SVG of each icon in src > assets > svg-raw
. The file name must match the name declared in icons.scss
. Again, you can use softwares like FontForge to transform font glyphs into SVG files.
Hope you enjoy the project. o/