Skip to content

refactor: convert to Turborepo monorepo structure#34

Open
anthonyshew wants to merge 1 commit intoRoukhood:masterfrom
anthonyshew:turborepo-monorepo
Open

refactor: convert to Turborepo monorepo structure#34
anthonyshew wants to merge 1 commit intoRoukhood:masterfrom
anthonyshew:turborepo-monorepo

Conversation

@anthonyshew
Copy link

@anthonyshew anthonyshew commented Jan 22, 2026

Summary

Converts the repository to a Turborepo monorepo for better task orchestration, caching, and scalability.

Changes

  • Move expo/apps/expo/ and docs/apps/docs/
  • Add root package.json with npm workspaces (apps/*, packages/*)
  • Add turbo.json with build, dev, lint, start task pipelines
  • Rename packages to @sol-ui/expo and @sol-ui/docs
  • Add packages/ directory for future shared code
  • Update .gitignore for monorepo artifacts (.turbo, etc.)

Usage

npm install           # Install all dependencies
npm run dev           # Run all dev servers in parallel
npm run build         # Build all packages
turbo run dev --filter=@sol-ui/docs  # Run specific package

Testing

  • Verified turbo run build --dry detects both workspaces
  • Dependencies install correctly with hoisted node_modules

AI Usage

Chat transcript: https://opncd.ai/share/AulYMkqc

@vercel
Copy link

vercel bot commented Jan 22, 2026

@anthonyshew is attempting to deploy a commit to the Satish's projects Team on Vercel.

A member of the Team first needs to authorize it.

- Move expo/ to apps/expo/ and docs/ to apps/docs/
- Add root package.json with npm workspaces
- Add turbo.json with build, dev, lint, start tasks
- Rename packages to @sol-ui/expo and @sol-ui/docs
- Add packages/ directory for future shared code
- Update .gitignore for monorepo
Copy link
Collaborator

@satish-solera satish-solera left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you for this pr , will complete the process and merge it soon

@vercel
Copy link

vercel bot commented Jan 23, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
solui Error Error Jan 23, 2026 3:29am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants