Deploy the Project

The function and client files are now ready to be deployed to the Catalyst remote console.

To deploy your Catalyst project from the CLI, run the following command in your terminal from your project directory:

copy
$
catalyst deploy

The function is deployed first, followed by the client component. The URL endpoints of the components are displayed.


You can access the client application by opening the client’s URL in a browser. You can also navigate to Web Client Hosting in the console and access the application URL from there.


When a user signs up in this page, they will receive a verification email which contains a link for them to set up a password to access the application. This email will be sent automatically from Catalyst.

You can customize this verification email by navigating to Email Templates in the Authentication component in the Catalyst console. However, the default email template that Catalyst provides satisfies our needs. We will therefore skip this step for this tutorial. You can learn more about this in detail from the Email Templates help page.

After the user has set up a password through the verification email and completed this sign up process, they will receive the automated onboarding email that we configured earlier. To make this happen, we must associate the event function with the user signup using an event listener.

Last Updated 2023-12-15 18:54:08 +0530 +0530