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

Migrate to a monorepo structure #2909

Merged
merged 1 commit into from
Dec 10, 2023
Merged

Migrate to a monorepo structure #2909

merged 1 commit into from
Dec 10, 2023

Conversation

charlesBochet
Copy link
Member

@charlesBochet charlesBochet commented Dec 10, 2023

Closes #2786

We will likely need to iterate quickly to fix all consequences (docs, build, dev environment setup)

What:

  • switch to yarn 4 but keeps node_modules linker ; I was unable to find a smooth Dev xp with pnp and vscode
  • setup nx at root folder
  • setup yarn workspaces and move everything under packages

I've tested the following commands successfully:

  • yarn nx run twenty-docs:start
  • yarn nx run twenty-front:dev
  • yarn nx run twenty-server:start:dev
image image

@charlesBochet charlesBochet merged commit 5bdca9d into main Dec 10, 2023
7 of 11 checks passed
@charlesBochet charlesBochet deleted the migrate-mono-repo branch December 10, 2023 17:10
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.

Migrate to a monorepo folder architecture and migrate to yarn3
1 participant