Skip to content

Latest commit

 

History

History
executable file
·
48 lines (29 loc) · 1.36 KB

File metadata and controls

executable file
·
48 lines (29 loc) · 1.36 KB

Overview

This is the "Quickstart fullstack" example Monday app.
It can be used as a integration, or views or both

Install

  1. Make sure you have Node (v18+) installed

3. Install dependencies with npm:
npm install

Configure your Monday App

Run the project

  1. Add your MONDAY_SIGNING_SECRET to .env file
    ** 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
    Screenshot
  2. Build the client code and run the server with ngrok tunnel with the command:
npm run dev-server





When it's time to production, you can deploy your app to monday code hosting.

Deploying to monday code hosting

  1. For the first-time deployment, use this command to initialize Monday code:

  2. Start deployment to monday-code using the following command monday apps cli:

npm run deploy
1. Choose your app that will be associated with the deployment.
2. Choose the draft version to deploy.