Skip to content

erento/frontend-icons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Erento Frontend Icons

Prerequisites

Install fontforge to your system & install all the dependencies with npm install.

Build & generate fonts in a container (out-of-date)

This step does not work anymore.

docker build -t frontend-icons .
docker run -it -u ${UID}:`id -g ${UID}` -v ${PWD}:/build frontend-icons

Generate fonts

Add new SVG file(s) to src/icons and run then command below.

npm run build

Preview of icons is available in generated file dist/fonts/icons.html Before running it check if the icons are compressed.

Release

Raise the version in package.json and merge the branch to master (after PR is reviewed). Then tag the commit and push the tag to remote.

git checkout master
git pull origin
git tag <NEW-VERSION>
git push origin <NEW-VERSION>

In frontend-som change the tag version of frontend-icons in package.json.

About

icons library for erento frontends

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 7