Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Latest commit

 

History

History
36 lines (23 loc) · 1.1 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.1 KB

Introduction

This project contains the UI components that are shared across multiple front end projects inside of farmer connect. The components are built with React and exposed in a Storybook page under ui.farmerconnect.com for easy visualization and usage instructions.

Install

yarn add @farmerconnect/farmerconnect-ui

Build and Test

It's recommended that you build and run it locally with Storybook:

yarn install
yarn storybook

Then access it in http://localhost:6006

License

Check the LICENSE file

Contribute

This project uses Github flow and each main build is a release candidate.

To contribute:

  1. Follow the UI patterns
  2. Increase the version following semver
  3. Open a PR (don't forget the tests!)
  4. PR will go through review process and be merged to master by one of the core developers if approved
  5. Successful master build will generate a release with your new version and publish a package to npm.