Developer Platform•1 min read
Quickstart Guide
This guide will help you get up and running with the Valstorm Developer Platform in minutes.
1. Create a Valstorm Account
If you haven't already, sign up for a Valstorm account at valstorm.com/register.
2. Install the Valstorm CLI
The Valstorm CLI is the primary tool for managing your local environment.
BASH
uv tool install git+https://github.com/Valstorm-Corp/valstorm-cli3. Authenticate
Log in to your account through the CLI:
BASH
valstorm login4. Initialize Your Project
Create a new project directory and initialize it:
BASH
mkdir my-valstorm-app
cd my-valstorm-app
valstorm init5. Pull Your Metadata
Fetch the latest schemas and objects from your organization:
BASH
valstorm pullNext Steps
- Learn more about Authentication.
- Dive into the API Reference.