Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions apps/quickstart-fullstack-react-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ npm install
## Run the project

1. Add your MONDAY_SIGNING_SECRET to .env file
<br> \*\* To get your MONDAY_SIGNING_SECRET go to monday.com, open Developers section, open your app and find the Signing Secret in "Basic Information" section
<br> ![Screenshot](https://dapulse-res.cloudinary.com/image/upload/f_auto,q_auto/remote_mondaycom_static/uploads/VladMystetskyi/4db4f03e-67a5-482d-893e-033db67ee09b_monday-Apps2020-05-1901-31-26.png)
<br> \*\* To get your MONDAY_SIGNING_SECRET, go to monday.com, open the Developers section, open your app, and copy the Client Secret Value.
2. Build the client code and run the server with ngrok tunnel with the command:

```bash
Expand Down Expand Up @@ -49,4 +48,4 @@ npm run deploy

After your application has been uploaded make sure to make the necessary adjustments in the Monday UI.
E.g. in our example, make sure to set up env variable for MONDAY_SIGNING_SECRET in order for the application
to authenticate.
to authenticate.
5 changes: 2 additions & 3 deletions apps/quickstart-integrations-ts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ In short, integrations run off of triggers that invoke certain actions. These tr
## Part 4: Run the project

1. Add your MONDAY_SIGNING_SECRET to .env file
<br> \*\* To get your MONDAY_SIGNING_SECRET go to monday.com, open Developers section, open your app and find the Signing Secret in "Basic Information" section
<br> ![Screenshot](https://dapulse-res.cloudinary.com/image/upload/f_auto,q_auto/remote_mondaycom_static/uploads/VladMystetskyi/4db4f03e-67a5-482d-893e-033db67ee09b_monday-Apps2020-05-1901-31-26.png)
<br> \*\* To get your MONDAY_SIGNING_SECRET, go to monday.com, open the Developers section, open your app, and copy the Client Secret Value.
2. Run the server with ngrok tunnel with the command:

```
Expand All @@ -71,4 +70,4 @@ $ npm start

You're done! Head to any of your boards to add the integration recipe by searching up its name (in this example the integration name is "New Feature").

Follow the integration recipe prompts as normal (selecting which Text columns you want) and watch the magic unfold!
Follow the integration recipe prompts as normal (selecting which Text columns you want) and watch the magic unfold!