← Back to Blog
Getting Started Guide
Learn how to set up and customize your ProductName instance.
tutorialgetting-started
Quick Start
Follow these steps to get your product up and running.
1. Clone & Install
Clone the repository and install dependencies:
pnpm install
2. Configure Environment
Copy the checked-in example files for the services you want to run:
cp apps/worker-auth/.dev.vars.example apps/worker-auth/.dev.vars
cp apps/web/.env.example apps/web/.env
If you also want newsletter flows locally, copy apps/worker-support/.dev.vars.example to apps/worker-support/.dev.vars.
3. Start Development
Run the development server:
pnpm dev
That’s it! Your product site is now running locally.