Getting Started
- Add icons to
srcdirectory. - Update the version in the root
package.json. - Build the packages:
npm run buildoryarn build. - Publish the packages:
npm run releaseoryarn release.
Linking to a Local React App
Here's how to link your local version of @pegasus/react-icons to the react app you're developing locally:
cd build/react-iconsyarn link- Navigate to your consuming app and run
yarn link "@pegasus/react-icons"