Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 853 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (10 loc) · 853 Bytes

Contributing

Getting Started

  1. Navigate to the root of your local clone of aws-amplify/amplify-ui
  2. Run yarn setup
  3. Run yarn react dev

This will start building @aws-amplify/ui-react in watch mode. To test your changes, you can utilize examples/next to run examples on next.js. Please see examples README and e2e README to get started.

Depenencies

@aws-amplify/ui-react depends on @aws-amplify/ui for theming, state management, and translation logic. If you're looking for change in these, please refer to @aws-amplify/ui README.

Testing for Production

After you tested your change, you can run yarn react build from monorepo to run build for production.