Skip to content

Migrate to a monorepo structure#2909

Merged
charlesBochet merged 1 commit intomainfrom
migrate-mono-repo
Dec 10, 2023
Merged

Migrate to a monorepo structure#2909
charlesBochet merged 1 commit intomainfrom
migrate-mono-repo

Conversation

@charlesBochet
Copy link
Copy Markdown
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

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