Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Latest commit

 

History

History
35 lines (23 loc) · 951 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 951 Bytes

Re-Suitably

Avvo React component based version of Suitably

npm (scoped)

Install

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

Using this repo in your React application while contributing

  • 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

License

MIT © Avvo