Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 866 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 866 Bytes

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