990882f9db | ||
---|---|---|
.. | ||
dist | ||
CODE_OF_CONDUCT.md | ||
COPYRIGHT | ||
LICENSE | ||
README.md | ||
package.json |
README.md
Spectrum-CSS Workflow Icons
Build and publish spectrum-css workflow svg icons and svg sprite sheet for Spectrum CSS.
Setup
yarn install
yarn install -g http-server
For external user
Run yarn run build
will generate the ready to publish package in dist/
.
Run http-server dist/ -o
to see the mini-site for all the workflow icons.
For adobe user
- Make sure connect to corp network.
- Run
yarn add @a4u/a4u-collection-react-spectrum-open-source-release
andyarn add @a4u/a4u-collection-spectrum-css-release
to update the icon set from Adobe corp artifactory. - Run
yarn run build-icons
to rebuild theicons/
folder. - Run
yarn run build
to generate the ready to publish package indist/
- Preview the icons with
http-server dist/ -o
Contributing
Contributions are welcomed! Read the Contributing Guide for more information.
Licensing
This project is licensed under the Apache V2 License. See LICENSE for more information.