A cute Material Design Icons icon picker for your web browser
# Clone the project
git clone [email protected]:Pictogrammers/Browser-Icon-Picker.git && cd Browser-Icon-Picker
# Switch to the right node & npm version
nvm use
# Install dependencies
yarn install
# Pull icons
node ./tools/pull-icons.js
# Run
yarn serve
# Once started, open your browser on `http://127.0.0.1:8080`!
# Compiles and minifies for production
yarn build
# Lints and fixes files
yarn lint
- Check latest published version from npm registry
- Update version in package.json:
materialdesignicons-picker.version.default
- Pull the icons:
node tools/pull-icons.js
- Tag a release & pack a new version:
node tools/prepare-release.js
Your generated artifacts are ready in the release/
subdirectory.
Chrome is a trademark of Google Inc. Edge's download button by Julien Muggli.