Skip to main content

Initialising a new client project

caution

This document is a work in progress as the process for creating a client project is still being refined.

  1. Clone the repo locally
  2. Install dependencies with pnpm install
  3. Run the harvester script with pnpm --filter "@overdose/harvester" start
  4. Follow the prompts to select the desired data sources and payment providers

The harvester script will create a new directory above the root of the project called out which will contain the client project. Move this directory into the location of your choise.

Follow the instructions in the README.md file or the Development quickstart guide to get started with the project.