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.