Volcano/ Docs

Quickstart

Sign up, create a project, and pick a surface to build on.

This gets you an account and an active project. From there, follow the surface-specific quickstart for what you are building.

1. Install the CLI

npm install -g @volcano.dev/cli

See install for other methods.

2. Sign up

volcano signup

This prefills your email, opens the browser signup flow, and saves your credentials to ~/.volcano/config.json — one command signs you up and logs you in.

3. Create and select a project

volcano projects create my-first-project
volcano use my-first-project

4. Build

Pick your path:

On this page