npm install --save @sebgroup/green-reactyarn add @sebgroup/green-reactimport { Button } from '@sebgroup/green-react'
// Use in your JSX
;<Button>A Green React Button!</Button>View all components in the React Storybook
- Clone the monorepo
git clone git@github.com:sebgroup/green.git- Install the dependencies
cd green
yarn- Start the Storybook
npx nx run react:storybook- Start the test runner (or make sure your IDE runs the tests continuously)
yarn test react --watch- Pick an issue from the board and pull it into
In progress - Open a Draft PR and reference the Issue
- Start coding 🎉 Don't forget:
- Test
- Code
- Refactor
