Skip to content

kyleschaeffer/glyphs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Glyphs

The handy developer’s glyph reference

https://glyphs.io


Development

Glyphs consists of two main features: a Parcel static web application and a Node.js command-line scraping utility.

Web Application

Build the web application using Parcel and Yarn:

# Build in "watch" mode, launch local dev server
yarn run dev

# Build the app in production mode
yarn run build

Be sure to run in production mode before making any pull requests, as the docs folder is used by GitHub to host all content for glyphs.io.

Scraping Utility

Glyphs uses data published in the Unicode 13.0.0 standard.

# Update Unicode JSON data
yarn run scrape