Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Set up monorepo structure using pnpm workspaces #10

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

junkisai
Copy link
Member

@junkisai junkisai commented Oct 2, 2024

Summary

I've implemented a monorepo structure using pnpm workspace.
Currently, we only have the service-site app, but we anticipate adding more applications in the future. The monorepo approach was chosen because we expect to use similar UI components across multiple applications.

.
└── frontend/
    ├── package.json
    ├── apps/
    │   │── service-site/
    │   │   ├── package.json
    │   │   └── app/
    │   │       ├── page.tsx
    │   │       └── blog/
    │   │           └── [id]/
    │   │               └── page.tsx
    │   └── build-app
    └── packages/
        └── ui

Related Issue

Changes

Testing

Other Information

Base automatically changed from create-service-site to main October 3, 2024 02:20
@junkisai junkisai marked this pull request as ready for review October 3, 2024 02:46
@junkisai junkisai requested a review from a team as a code owner October 3, 2024 02:46
@junkisai junkisai requested review from hoshinotsuyoshi, FunamaYukina, MH4GF and sasamuku and removed request for a team October 3, 2024 02:46
Copy link
Member

@MH4GF MH4GF left a comment

Choose a reason for hiding this comment

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

LGTM 🚀

},
"packageManager": "[email protected]+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b",
"devDependencies": {
"syncpack": "^13.0.0"
Copy link
Member

Choose a reason for hiding this comment

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

👍🏻

@junkisai junkisai merged commit 30c0197 into main Oct 3, 2024
3 checks passed
@junkisai junkisai deleted the pnpm-workspace branch October 3, 2024 09:07
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