Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 739 Bytes

File metadata and controls

31 lines (21 loc) · 739 Bytes

Contributing to Braintrust Go SDK

Development Setup

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 .env

Build, Test and Run

All of the common dev tasks are in our Makefile.

make help