Deploy to console

To host the client application and test the functioning of the embedded bot directly in the application, you will first need to deploy the project to the console.

  1. To deploy your Catalyst project from the CLI, run the following command in your terminal from your project directory :
copy
$
catalyst deploy

deploy-command-deluge

You can access the hosted URL to view the client application.

Note : The ecommerce bot will not displayed in the client application in this step, since we have not deployed it to production yet.

Last Updated 2023-12-14 16:25:23 +0530 +0530

RELATED LINKS

Deploy Catalyst Project