- Git
- Docker
- Node.js (nvm)
- Yarn
- Golang
- clone the repo
git clone git@github.com:viqueen/besto.git- install dependencies
yarn- schema: build required tools
yarn schema:tools- schema: codegen
yarn schema:codegen- build sdks
yarn build:sdks- start the harness server
yarn start harness- start the platform server
yarn workspace @besto/platform server:dev- start the platform web
yarn workspace @besto/platform web:dev