Treble Framework Getting Starting Cloning the repository git clone git@github.com:Threekit/treble.git cd ./treble Scripts Installing dependencies npm install Start local dev server npm run dev Lint check all packages npm run lint Format all packages npm run format