Installation

How to install and run Vercube.

Learn more about Vercube's features and benefits before starting the installation process.

Try it online

If you want to explore Vercube without setting up a local project, you can use one of our online sandboxes:

Stackblitz

Try Vercube in a live environment on Stackblitz.

CodeSandbox

Try Vercube in a live environment on CodeSandbox.

Quick start

Before you begin, make sure you have one of the following runtime environments installed:

We recommend using the latest stable versions of these runtimes for the best experience.

Create a new project

The easiest way to get started with Vercube is to use the official project generator:

$ pnpm create vercube@latest

Start the development server

After creating the project, navigate to the project directory and start the development server:

$ pnpm dev

Open your browser and navigate to http://localhost:3000 to see your Vercube application running!

The development server will automatically reload the page when you make changes to your code.
Previous

Examples

Explore example Vercube applications to learn common patterns and best practices.

Next