Learn how to add apps to your ShipThing workspace.
web
- we can use git subtree.
Basically, we will create a subtree at apps/web
and create a new remote branch for the subtree. When we create a new application, we will pull the subtree into the new application. This allows us to keep it in sync with the apps/web
folder and use it as the initialization code for the new app
To add a new app to your ShipThing project, you need to follow these steps:
apps/web
folder. We will create a branch named web-branch and create a subtree for the apps/web
folder.
ai-chat
at apps/ai-chat
with the same structure as the apps/web
folder (which acts as the template for all new apps).
apps/ai-chat
folder with the contents of the apps/web
folder.
web-branch
:
web-branch
: