To set up and run the dashboard locally, follow these steps:
- Install the dependencies:
yarn install
- Start the development server:
yarn dev
To set up and run the API worker locally, follow these steps:
- Navigate to the
workers/inter-balances
directory:cd workers/inter-balances
- Install the dependencies:
yarn install
- Start the Wrangler development server:
yarn wrangler dev
To deploy the API worker, use the following command:
yarn wrangler deploy