mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-06-28 14:55:45 +00:00
591 B
591 B
Below are the steps to migrate the module into the new codebase architecture.
cdinto theapps/directory.- Clone the repo manually from github, /lifeforge-module-. For example, lifeforge-app/lifeforge-module-wallet.
- Rename the folder into --. If the user is
lifeforge-app, rename intolifeforge--<moduleName>, otherwise keep the username of the author as is. - Replace all occurrence of
sharedinto@lifeforge/shared. - Replace all occurrence of
lifeforge-uiinto@lifeforge/ui. - Run
bun installto create symlinks.