This PR converts the current "monorepo" into a turborepo monorepo, in preparation for another design system, this time using Tailwind or other compile-time CSS generation tool instead of Chakra UI, seeing how many of our products are moving into frameworks that support SSR, which Chakra UI does not work very well on.
feat: add turbo, remove lerna.json
refactor: move current design system package into packages/camp
This PR converts the current "monorepo" into a turborepo monorepo, in preparation for another design system, this time using Tailwind or other compile-time CSS generation tool instead of Chakra UI, seeing how many of our products are moving into frameworks that support SSR, which Chakra UI does not work very well on.
feat: add turbo, remove lerna.json
refactor: move current design system package into packages/camp
feat: move token-gen into tooling/camp/token-gen
feat: update github action workflows