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:
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
$ npx create-vercube@latest
$ bun create vercube
Start the development server
After creating the project, navigate to the project directory and start the development server:
$ pnpm dev
$ npm run dev
$ bun run 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.