### Install and Run App Source: https://github.com/get-convex/convex-demos/blob/main/pagination/README.md Installs project dependencies and starts the development server for the pagination example app. ```bash npm install npm run dev ``` -------------------------------- ### Install and Run Convex Search App Source: https://github.com/get-convex/convex-demos/blob/main/search/README.md Commands to install dependencies and start the Convex search example application. ```bash npm install npm run dev ``` -------------------------------- ### Install and Run Convex App Source: https://github.com/get-convex/convex-demos/blob/main/zod-validation-ts/README.md Installs project dependencies and starts the Convex development server. This is the primary command to get the example application running. ```bash npm install npm run dev ``` -------------------------------- ### Install and Run Development Server Source: https://github.com/get-convex/convex-demos/blob/main/http/README.md Installs project dependencies and starts the development server for the Convex HTTP action example. ```bash npm install npm run dev ``` -------------------------------- ### Install and Run App Source: https://github.com/get-convex/convex-demos/blob/main/giphy-action/README.md Commands to install dependencies and start the development server for the GIPHY Action Example App. Assumes Node.js and npm are installed. ```bash npm install npm run dev ``` -------------------------------- ### Install and Run App Source: https://github.com/get-convex/convex-demos/blob/main/system-tables/README.md Commands to install project dependencies and start the development server. ```bash npm install npm run dev ``` -------------------------------- ### Install and Run App Source: https://github.com/get-convex/convex-demos/blob/main/file-storage/README.md Commands to install project dependencies and start the development server. ```bash npm install npm run dev ``` -------------------------------- ### Install and Run React Native App Source: https://github.com/get-convex/convex-demos/blob/main/react-native/README.md Installs dependencies and starts the React Native development server for the example application. ```bash npm install npm start ``` -------------------------------- ### Install and Run App Source: https://github.com/get-convex/convex-demos/blob/main/typescript/README.md Commands to install project dependencies and start the development server. ```bash npm install npm run dev ``` -------------------------------- ### Install and Run App Source: https://github.com/get-convex/convex-demos/blob/main/dall-e-storage-action/README.md Commands to install project dependencies and start the development server. Requires an OpenAI API key to be set as an environment variable. ```bash npm install npm run dev ``` -------------------------------- ### Install and Run Dev Server Source: https://github.com/get-convex/convex-demos/blob/main/vector-search/README.md Installs project dependencies and starts the development server. Requires Node.js and npm. ```bash npm install npm run dev ``` -------------------------------- ### Install and Run App Source: https://github.com/get-convex/convex-demos/blob/main/react-query/README.md Commands to install project dependencies and start the development server. ```bash npm install npm run dev ``` -------------------------------- ### Start Development Server Source: https://github.com/get-convex/convex-demos/blob/main/file-storage-with-http/README.md Installs dependencies and starts the development server for the Convex application. ```bash npm install npm run dev ``` -------------------------------- ### Install and Run Convex Scheduling App Source: https://github.com/get-convex/convex-demos/blob/main/scheduling/README.md Provides instructions to install dependencies and run the Convex scheduling example application using npm. ```bash npm install npm run dev ``` -------------------------------- ### Install and Run App Source: https://github.com/get-convex/convex-demos/blob/main/custom-errors/README.md Commands to install project dependencies and start the development server. ```bash npm install npm run dev ``` -------------------------------- ### Install and Run Convex App Source: https://github.com/get-convex/convex-demos/blob/main/cron-jobs/README.md Commands to install dependencies and start the Convex development server. ```bash npm install npm run dev ``` -------------------------------- ### Running the Convex App Source: https://github.com/get-convex/convex-demos/blob/main/relational-data-modeling/README.md Provides instructions to install dependencies and run the Convex application locally. ```bash npm install npm run dev ``` -------------------------------- ### Run Development Server Source: https://github.com/get-convex/convex-demos/blob/main/users-and-clerk-webhooks/README.md Command to start the development server for the Convex demo app. Requires environment variables to be set. ```sh npm run dev ``` -------------------------------- ### Install and Run Convex App Source: https://github.com/get-convex/convex-demos/blob/main/args-validation/README.md Commands to install dependencies and run the Convex development server. ```bash npm install npm run dev ``` -------------------------------- ### Install and Run Next.js App Source: https://github.com/get-convex/convex-demos/blob/main/nextjs-app-router/README.md Installs project dependencies using npm and starts the Next.js development server. ```bash npm install npm run dev ``` -------------------------------- ### Run Development Server Source: https://github.com/get-convex/convex-demos/blob/main/clerk/README.md Command to start the development server for the Convex demo app. This command is typically run from the project's root directory. ```sh npm run dev ``` -------------------------------- ### Run Development Server Source: https://github.com/get-convex/convex-demos/blob/main/users-and-clerk/README.md Command to start the development server for the Convex demo app. This command is typically run from the project's root directory. ```sh npm run dev ``` -------------------------------- ### Convex CLI Commands Source: https://github.com/get-convex/convex-demos/blob/main/tutorial/convex/README.md Provides examples of common Convex CLI commands for deploying functions and accessing documentation. ```bash npx convex -h ``` ```bash npx convex docs ``` -------------------------------- ### Convex CLI Commands Source: https://github.com/get-convex/convex-demos/blob/main/sessions/convex/README.md Provides examples of common Convex CLI commands for deploying functions and accessing documentation. ```bash npx convex -h ``` ```bash npx convex docs ``` -------------------------------- ### Convex CLI Commands Source: https://github.com/get-convex/convex-demos/blob/main/scheduling/convex/README.md Provides examples of common Convex CLI commands for deploying functions and accessing documentation. ```bash npx convex -h ``` ```bash npx convex docs ``` -------------------------------- ### Convex CLI Commands Source: https://github.com/get-convex/convex-demos/blob/main/search/convex/README.md Provides examples of common Convex CLI commands for deploying functions and accessing documentation. ```bash npx convex -h ``` ```bash npx convex docs ``` -------------------------------- ### Convex CLI Commands Source: https://github.com/get-convex/convex-demos/blob/main/users-and-auth/convex/README.md Provides examples of common Convex CLI commands for deploying functions and accessing documentation. ```bash npx convex -h ``` ```bash npx convex docs ``` -------------------------------- ### Convex CLI Commands Source: https://github.com/get-convex/convex-demos/blob/main/users-and-clerk/convex/README.md Provides examples of common Convex CLI commands for deploying functions and accessing documentation. ```bash npx convex -h ``` ```bash npx convex docs ``` -------------------------------- ### Convex CLI Commands Source: https://github.com/get-convex/convex-demos/blob/main/system-tables/convex/README.md Provides examples of common Convex CLI commands for deploying functions and accessing documentation. ```bash npx convex -h ``` ```bash npx convex docs ``` -------------------------------- ### Install Convex Source: https://github.com/get-convex/convex-demos/blob/main/nextjs-pages-router/README.md Command to install the Convex package into a Next.js project. ```bash npm install convex ``` -------------------------------- ### Call HTTP Endpoints with Curl Source: https://github.com/get-convex/convex-demos/blob/main/http/README.md Examples of using curl to interact with Convex HTTP actions, including GET and POST requests. ```bash export DEPLOYMENT_NAME="tall-sheep-123" curl "https://$DEPLOYMENT_NAME.convex.site/getMessagesByAuthor?authorNumber=123" ``` ```bash curl -d '{ "author": "User 123", "body": "Hello world" }' \ -H 'content-type: application/json' "https://$DEPLOYMENT_NAME.convex.site/postMessage" ``` -------------------------------- ### Convex CLI Commands Source: https://github.com/get-convex/convex-demos/blob/main/html/convex/README.md Provides examples of common Convex CLI commands for deploying functions and accessing documentation. ```bash npx convex -h ``` ```bash npx convex docs ``` -------------------------------- ### Convex CLI Commands Source: https://github.com/get-convex/convex-demos/blob/main/zod-validation-ts/convex/README.md Provides examples of common Convex CLI commands for deploying functions and accessing documentation. ```bash npx convex -h ``` ```bash npx convex docs ``` -------------------------------- ### Convex CLI Commands Source: https://github.com/get-convex/convex-demos/blob/main/vector-search/convex/README.md Provides examples of common Convex CLI commands for deploying functions and accessing documentation. ```bash npx convex -h ``` ```bash npx convex docs ``` -------------------------------- ### Convex CLI Commands Source: https://github.com/get-convex/convex-demos/blob/main/users-and-clerk-webhooks/convex/README.md Provides examples of common Convex CLI commands for deploying functions and accessing documentation. ```bash npx convex -h ``` ```bash npx convex docs ``` -------------------------------- ### Convex CLI Commands Source: https://github.com/get-convex/convex-demos/blob/main/file-storage-with-http/convex/README.md Provides examples of common Convex CLI commands for deploying functions and accessing documentation. ```bash npx convex -h ``` ```bash npx convex docs ``` -------------------------------- ### Convex CLI Commands Source: https://github.com/get-convex/convex-demos/blob/main/node/convex/README.md Provides examples of common Convex CLI commands for deploying functions and accessing documentation. ```bash npx convex -h ``` ```bash npx convex docs ``` -------------------------------- ### Convex CLI Commands Source: https://github.com/get-convex/convex-demos/blob/main/typescript/convex/README.md Provides examples of common Convex CLI commands for deploying functions and accessing documentation. ```bash npx convex -h ``` ```bash npx convex docs ``` -------------------------------- ### Convex CLI Commands Source: https://github.com/get-convex/convex-demos/blob/main/cron-jobs/convex/README.md Provides examples of common Convex CLI commands for deploying functions and accessing documentation. ```bash npx convex -h ``` ```bash npx convex docs ```