From 7548c1a09142cf4ad5352ae63b2bdc2907681be2 Mon Sep 17 00:00:00 2001 From: melvinchia3636 Date: Tue, 9 Jun 2026 20:21:15 +0800 Subject: [PATCH] - --- instructions/migration-workflow.md | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 instructions/migration-workflow.md diff --git a/instructions/migration-workflow.md b/instructions/migration-workflow.md deleted file mode 100644 index 2455a04d9..000000000 --- a/instructions/migration-workflow.md +++ /dev/null @@ -1,9 +0,0 @@ -Below are the steps to migrate the module into the new codebase architecture. - -1. `cd` into the `apps/` directory. -2. Clone the repo manually from github, /lifeforge-module-. For example, lifeforge-app/lifeforge-module-wallet. -3. Rename the folder into --. If the user is `lifeforge-app`, rename into `lifeforge--`, otherwise keep the username of the author as is. -4. Replace all occurrence of `shared` into `@lifeforge/shared`. -5. Replace all occurrence of `lifeforge-ui` into `@lifeforge/ui`. -6. Run `bun install` to create symlinks. -7.