Staging Development

Overall

  1. Create a new Vercel project

  2. Complete the setup process for your environment variables

  3. Deploy your project to Vercel

Planetscale

  1. Setup a new database branch for your staging environment
  • Create a development branch with data & schema from the Base branch

  • After enabling the Data Branching feature, navigate to the overview page of the database.

  • Clicking on "New Branch" should now offer an option to select "Seed Data".

Here are your choices:

  • None — Creates a database branch with only the schema copied to the new branch.
  • From most recent backup — Creates a database branch with both the schema and data from the latest backup of the Base branch.