First, head to exponent.run and sign up for an account. Once you log in, you’ll be directed through a quick onboarding process with the same instructions as below.

1

Install the Exponent CLI

pip install exponent-run

For detailed instructions and troubleshooting help, see the Installation Guide.

2

Login to Exponent

To authenticate Exponent locally, simply run:

exponent login --key <api-key>

You can find your Exponent API key at exponent.run/settings.

3

Navigate to your project

In your terminal, navigate to your codebase directory. This should be the root of your codebase where your Git repository is initialized.

cd my-project
4

Run the Exponent CLI

exponent run

Using Exponent