Deploy the Project
To deploy your Catalyst project from the CLI, navigate to the functions/Cliq_Notifier folder of your project and install npm.
copy
$
npm install
Now, run the following command in your terminal from your project directory:
copy
$
catalyst deploy
The event function is now deployed to the console.
Last Updated 2025-09-29 16:32:42 +0530 IST