- Navigate to the root of your local clone of aws-amplify/amplify-ui
- Run
yarn setup
- 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.
@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.
After you tested your change, you can run yarn react build
from monorepo to run build for production.