### Install and Start Compass Starter App (Manual) Source: https://www.contentstack.com/docs/developers/cli/bootstrap-starter-apps After configuring the .env file, use these commands to install dependencies and start the Compass Starter app. ```bash npm install npm start ``` -------------------------------- ### Install Project Dependencies and Start Server Source: https://www.contentstack.com/docs/developers/sample-apps/build-an-ecommerce-website-using-contentstack-datasync Run these commands in your project's terminal to install necessary packages and start the local development server. This allows you to view the website at http://localhost:4000. ```bash $ npm install $ npm start ``` -------------------------------- ### Install and Start React App Source: https://www.contentstack.com/docs/developers/sample-apps/build-a-news-app-using-typescript-react-and-contentstack Run these commands to install project dependencies and start the development server for your React application. ```bash npm install npm start ``` -------------------------------- ### Install and Start Compass Starter App Source: https://www.contentstack.com/docs/developers/cli/bootstrap-starter-apps Use these commands to install dependencies and start the Compass Starter app from your terminal. ```bash npm install npm start ``` -------------------------------- ### Install and Run Marketplace App Boilerplate Source: https://www.contentstack.com/docs/developer-hub/build-an-app-with-advanced-settings.md Clone the Marketplace Boilerplate repository and install its dependencies, then start the development server. ```bash npm install npm run dev ``` -------------------------------- ### Clone Repository and Install Dependencies Source: https://www.contentstack.com/docs/developers/content-migration Use this command to clone the migration framework repository and execute the setup script. Ensure you have the necessary prerequisites installed before running. ```bash git clone https://github.com/contentstack/migration-v2.git && cd migration-v2 && chmod +x setup.sh && ./setup.sh ``` -------------------------------- ### Install Dependencies and Start Development Server Source: https://www.contentstack.com/docs/developers/sample-apps/build-a-starter-website-with-gatsby-and-contentstack Run these commands to install project dependencies and start the Gatsby development server. Access your website locally at http://localhost:3000. ```bash npm install --legacy-peer-deps npm run develop ``` -------------------------------- ### Configure Compare Release Preview Setup (npm) Source: https://www.contentstack.com/docs/developers/marketplace-apps/release-preview Install the Compare Utils SDK using npm for client-side execution. This SDK listens to compare requests from the Release Preview App. ```javascript import '@contentstack/delivery-plugin-release-preview/dist/compareUtils.browser.min.js' import '@contentstack/delivery-plugin-release-preview/dist/compareUtilsStyle.css' ``` -------------------------------- ### Install and Run Contentstack MCP Server with Auto-Confirm Source: https://www.contentstack.com/docs/agent-os/contentstack-mcp-server.md Use the -y flag with npx to automatically confirm the prompt, allowing the Contentstack MCP server to start without user interaction. This is useful for automated setups. ```bash npx -y @contentstack/mcp ``` -------------------------------- ### Navigate to Examples Folder Source: https://www.contentstack.com/docs/headless-cms/change-master-locale.md Navigate to the downloaded examples folder in your terminal. ```bash cd ``` -------------------------------- ### Create Launch Project with Server Command and Details Source: https://www.contentstack.com/docs/developers/cli/cli-for-launch Create a Launch project with detailed configurations including server command, name, environment, branch, build command, framework, organization, and output directory. ```bash csdx launch --config --type --name= --environment= --branch= --build-command= --framework=