Avvo React component based version of Suitably
If you don't have Yarn isntalled already:
brew install yarn
Install into your React application
npm install --save @avvo/re-suitably
// or
yarn add @avvo/re-suitably
- Clone the repo and follow installation instructions for contributing.
- From the repo root directory run
npm link
- From your application's root directory (where your package.json is) run
npm init suitably-react
This will create a symlink between the repo on your machine and your application.
Any additions you make will be able to be consumed by your application.
Afterwards, follow the NPM publishing
directions for
MIT © Avvo