Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 863 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 863 Bytes

Circle Wallet Elements

Monorepo that contains the following packages:

Local Development

To set up the monorepo for local development, follow these steps:

  1. Install dependencies.
    yarn install
  2. Run react-elements watcher in a separate console.
    yarn elements:watch
  3. 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.