Getting Started
Customize existing storefront theme
For an existing Taojaa Merchant, You can customize your existing storefront themes by cloning these themes using the Taojaa CLI or manually download the theme directly from your store admin.
Clone an existing theme
To customize an eisting theme you need to clone it, using the command shown below you can clone your storefront themes on Taojaa to your local machine.
$ taojaa clone theme --name <your-theme-name> --store <dev-store-name> --version <theme-version>
The command will clone your specified theme name and the targeted version from your development store to your local machine and your theme folder will be located in your current working directory.
After successfully cloning an existing theme, you can now cd into your theme folder and run the below command to start your theme in development mode.
$ taojaa theme dev --store <dev-store-name>
You development store name is simple the subdomain name of your storefront url. When you setup a store Taojaa provides your a unique storefront domain, for example a furniture store named Furni will have furni.taojaa.shop as it's storefront url while the furni
is the development store name.