### Run Biff Development Environment Source: https://github.com/jacobobryant/biff/blob/master/README.md Instructions for running the Biff development environment. This involves either using the `bb dev` command or navigating to the starter project and running `clj -M:dev dev`. The starter project manages local dependencies on the Biff library. ```bash bb dev ``` ```bash cd starter; clj -M:dev dev ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.