Skip to main content
This guide walks through common workflows and best practices for developing with Helix CLI v2 locally.

Initial Setup

1

Create project

Note that helix init with no arguments defaults to making a local instance called dev.
2

Define schema

Edit db/schema.hx:
3

Create queries

Edit db/queries.hx:
4

Validate

5

Build and deploy

Development Iteration

When making changes during development:

Working with Multiple Instances

Create different instances for different purposes: