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/cliSee install for other methods.
2. Sign up
volcano signupThis 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-project4. Build
Pick your path:
- Deploy a function with the CLI.
- Call Volcano from your app with the JavaScript SDK.
- Understand the platform and its API.