First, we use yarn workspace and lerna to manage our packages. so make sure you use yarn as a package manager than npm.
To get started with this repo:
lerna bootstrapas a monorepo, ko now include four packages in packages:
ko: main packageko-lints: code format cli, includeeslint,prettier, can be integrated in ko or use individualko-config: default config used byko-lintsbabel-preset-ko-app: babel preset used by ko
use yarn debug to debug local packages
use yarn link to link local packages for testing