Kodekit UI is a user interface development kit for web applications. It follows a number of timeless design principles and is build using modern tools and methodologies.
Our goal is to make it easier for developers to create user-centered web applications.
$ npm install
Run the following command in the repo root:
$ /scripts/compile-assets
- Add the icon as an SVG file to
src/icons/ICONNAME.svg - Edit
src/fonts/k-icons-codepointsand add the following to the end where62xxxis the largest number in the file:"ICONNAME": 62xxx, - Convert
62xxxfrom base10 to base16 - Edit
src/scss/admin/generated/_k-icons.scssand add the following to the $icons array:document-link: "\62XXXINHEX", - Run
make font-generatorin repository root - Go to kodekit, foliokit, and component repositories and run
mason
Run the following command. This requires Docker on your host.
$ make font-generator