This is a demo to show how the Brex external API can be used to create a custom UI and bulk operations. Deploying this application will expose your account publicly. Only use this app locally.
- Run
cp .env.template .env
to duplicate the template. - Add your brex API key
- Run
yarn install && yarn start