Notes for developing themes.
- Adding packages:
lerna add @arshad/gatsby-theme-blog-core --scope=@arshad/gatsby-starter-example
- Use
lerna bootstrap
to link local packages together and install remaining package dependencies
Run yarn starters:name dev
Run yarn examples:name dev
Run npm run release
which will run lerna publish
then sync starters and examples repo using ./scripts/sync.sh
.