Setup Flareforge
The flareforge setup
command is an interactive CLI wizard designed to initialize a new or existing Flareforge project. Its primary purpose is to validate dependencies, configure necessary third-party services, and provision the required Cloudflare infrastructure.
Prerequisites
Section titled “Prerequisites”Before running the setup command, ensure you have access to the following:
Cloudflare For deploying the application and its resources.
Stripe A Stripe account is required for payment processing.
WorkOS Account An API Key and Client ID are required for user authentication.
Command Usage
Section titled “Command Usage”To start the setup process, run the following command from your project’s root directory:
npx flareforge setup
yarn flareforge setup
pnpm flareforge setup
This command initiates a guided process that prompts for necessary information and validates your environment.