CLI Monorepo

Learn how to deploy the CLI Monorepo template to Vercel and npm.

Important

This feature is only included for the following templates:

Cli Monorepo

Deploying to Vercel and npm

To deploy your project to Vercel, you will need to have a Vercel account. If you do not have a Vercel account, you can sign up for one here on Vercel.

To deploy your CLI to npm, you will need to have an npm account. If you do not have an npm account, you can sign up for one here on npm.

Set up your services

Follow the instructions in the AI, Auth, NeonDB, Payments documentations to set up services that you will need for your project.

Deploy the marketing app

Follow the instructions in the Setup and Deployment sections of the README of the marketing app at /apps/marketing/README.md to deploy the marketing app to Vercel.

Deploy the web app

Follow the instructions in the Setup and Deployment sections of the README of the web app at /apps/web/README.md to deploy the web app to Vercel.

Deploying your CLI to npm

Follow the instructions in the Publishing to npm section of the README of the CLI monorepo to deploy your CLI to npm.