This project uses mise to manage dependencies, hooks and configure the dev environment. If you want to do it manually,
install the tools listed in mise.toml.
First, install mise and then activate it in your shell. Now we can start.
# Clone the repo.
git clone git@github.com:braintrustdata/braintrust-sdk-go.git
cd braintrust-sdk-go
# Install our dependencies.
mise trust
mise install
# Setup your env variables
cp env.example .envAll of the common dev tasks are in our Makefile.
make help