Monorepo that contains the following packages:
@circle-libs/circle-demo-webapp
- Demo application combining Circle React components and Circle SDK@circle-libs/react-elements
- React components compatible with Circle SDK@circle-libs/sdk-setup
- CLI tool for Circle SDK setup
To set up the monorepo for local development, follow these steps:
- Install dependencies.
yarn install
- Run react-elements watcher in a separate console.
yarn elements:watch
- Start the development server for the demo webapp.
yarn demo:dev
You can now make changes to the packages and see the updates in the demo webapp in real-time.