Skip to content

selevt/material-symbols-changelog

Repository files navigation

Material Symbols Changelog

Find updates to Material Symbols and displays them on a page.

The get updates, run

npm run updatedata

and commit changed files into this repository.

To preview site, run

# dev mode
npm run dev

# or preview prerendered page
npm run build
npm run preview