function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SHISHIR BANSALSHISHIR BANSAL 

QUIP Live App

HI Everyone, 

I am not able to understand QuiP Live app Trailhead second section . Where you build your new App can https://trailhead.salesforce.com/projects/quick-start-quip-live-apps/steps/create-an-element-for-a-live-app

Can anyone help me out what to do after we have got the App Id. 
SandhyaSandhya (Salesforce Developers) 
Hi,

Please follow below steps

open the terminal  go to folder 

cd ~/quip-apps-sdk-0.91 (for mac)

cd c:\quip-apps-sdk-0.91 (for windows)

run below command

./bin/quip-apps init “$APP_NAME” $APP_ID .  (for mac)

.\bin\quip-apps init “$APP_NAME” $APP_ID .    (for windows)

your app will be in the folder

apps/<your app name>

If this helps you, please mark it as solved so that it will be available for others as a solution.

Best Regards,
Sandhya