Dependencies
- On OSX:
brew install sponge
- Run
yarn
at root
Building
- Building turbo CLI: In
cli
runmake turbo
- Using turbo to build turbo CLI:
./turbow.sh
Smoke Testing via examples:
- In
cli
runmake e2e
- Install
go get dlv-dap
- In VS Code Debugging tab, select
Basic Turbo Build
to start debugging the initial launch ofturbo
against thebuild
target of the Basic Example.