Local development

Develop tasks locally in your browser.

Studio

Airplane provides a Studio through which you can test your tasks locally, even before they've been deployed.
To start Studio locally, use the CLI:
bash
Copied
1
$ airplane dev
This will find tasks within your current directory and then prompt you to open the Airplane studio in your browser. For more information on executing tasks locally with the studio, see Executing tasks.

Local resources

Tasks that depend on resources can be executed against local versions of those resources. For more information, see Local development with resources.