Getting Started
Building a new storefront theme
You can build a new storefront theme for your store or for the Themes Store and monetize your themes on Taojaa. To start building themes on Taojaa make sure you have the latest version of Taojaa CLI
Initialize a new theme
Once you have set up all your environments and your development store, you can then use the taojaa init
command to initialize a theme project as shown below.
$ taojaa init theme <your-theme-name>
This command would create a folder with your theme name using the Affluent base theme Architecture.
After a successful theme initialization, 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 set up a store Taojaa provides 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.