Installation
Install Vyft and set up your first project.
Install
Section titled “Install”npm install -g vyftCreate a project
Section titled “Create a project”vyft init my-appcd my-appThis scaffolds a project with a vyft.config.ts and installs dependencies.
Set up a context
Section titled “Set up a context”Vyft uses contexts to target different deployment environments.
vyft context add productionvyft context use production