Docs

Quickstart

Get your first project live on VIERCE in under 5 minutes. Follow these steps.

Step 1

Install the CLI

$ npm install -g vierce

Install the VIERCE CLI globally using npm. Requires Node.js 18 or later.

Step 2

Authenticate

$ vierce login

Authenticate with your VIERCE account. This opens a browser window for OAuth.

Step 3

Create a Project

$ vierce init my-project

Create a new project in your current directory. The CLI will detect your framework and configure everything automatically.

Step 4

Deploy

$ vierce deploy

Deploy your project to VIERCE Cloud. Your application goes live instantly with a global CDN, SSL, and auto-scaling.

Next steps: Check out the CLI Reference for all available commands, or explore the API Reference to integrate programmatically.