Getting Started
New to Reshot? Find answers to common setup questions and learn how to get your first project running.
Common Questions
After signing up, navigate to the dashboard and click 'New Project'. Follow the setup wizard to name your project, choose your setup lane, and get your first capture running.
Run `npm install -g @reshotdev/screenshot` or `pnpm add -g @reshotdev/screenshot` to install the CLI globally. Then run `reshot setup` in your project directory to create `reshot.config.json` and choose whether you want a local-first or cloud-connected workflow.
Reshot works with Node.js 18+ and supports macOS, Linux, and Windows. The CLI requires Git to be installed for repository integration.
Start with `reshot setup` inside your project directory, then run `reshot run` to confirm local capture is working. Once that path is stable, you can add your preferred CI or hosted delivery workflow on top.