To be able to develop on the space tagged Nx projects, you’ll first need a database to use with Prisma.
We’ll be using Neon branching to setup a clone of the production database that can be used for development.

Prerequisites

Create a Neon branch

Assuming you have the clubhub Git repository open.

Read the technical documentation here.

  1. Create a new Git branch
$ git checkout -b <name>
  1. Push the Git branch
$ git push --set-upstream origin <name>
  1. Read the message posted in the #neon Discord channel that contains the next step. It’ll look like the following below
  1. You have now setup a Neon branch for local development 🎉.