Installation
Get DevSnips running in minutes. Each step below covers the essentials so you can move from setup to a deployed project without leaving this guide.
Quick start
Tap any heading to expand the details.
Install the CLI from npm, then run
devsnips init to scaffold a new project. This creates a folder structure that matches the component family layout used across the library.Copy the example file to
.env.local and fill in your API keys. Variables are loaded automatically and validated at startup, so the app fails fast if a required value is missing.Push to the
main branch to trigger the preview pipeline. Once CI passes and a reviewer approves, promote the preview to production from the dashboard with a single click.