react-hive
v3.0.15
Published
A collection of shared React components that utilize the Hive styles and functionality
Downloads
7
Readme
react-hive
Versioning Strategy
This package's version will follow the major and minor versions of Hive (https://github.com/enderlabs/hive). For patch versions you'll want to use the latest version.
Installation
npm install react-hive --save
Docs
https://enderlabs.github.io/react-hive
Contributing
- Clone (or fork if you don't have access) the repo:
git clone [email protected]:enderlabs/react-hive.git
- Navigate to the directory:
cd react-hive
- Install dependencies:
npm install
- Start the Docs app. You'll develop against the docs and use it to preview your changes:
npm run docs
- Create a feature branch for your changes:
git checkout -b your_name/description_of_feature
- Commit changes. Be sure to reference any issues it relates to:
git commit -m "Fixes #1: description of fix
- Push your changes:
git push origin your_name/description_of_feature
- Open up a Pull Request against the
develop
branch. - Someone on the core team will review your Pull Request and request changes if needed.
- Once approved your changes will be merged into
develop
and queued up for the next release. - As seen fit the core team will release new versions off the
master
branch.