This is a Next.js project bootstrapped with create-next-app
.
-
Install dependencies running command
npm install
-
Rename file
.env.local.example
to.env.local
and add appropriate variables -
Don't forget to remove webhook while development and set it after deploying application
For more convenient work with the webhook, rename the file http-client.private.example.env.json
to http-client.private.env.json
and add appropriate variables
Then, use file webhookOperations.http
to run requests from your IDE