Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 370 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 370 Bytes

Treble Framework

Getting Starting

Cloning the repository

git clone [email protected]: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