Loading...
This guide will help you get up and running with the Valstorm Developer Platform in minutes.
If you haven't already, sign up for a Valstorm account at valstorm.com/register.
The Valstorm CLI is the primary tool for managing your local environment.
uv tool install git+https://github.com/Valstorm-Corp/valstorm-cli
Log in to your account through the CLI:
valstorm login
Create a new project directory and initialize it:
mkdir my-valstorm-app cd my-valstorm-app valstorm init
Fetch the latest schemas and objects from your organization:
valstorm pull