Prerequisites

Clone the clubhub-space/clubhub GitHub repository

Installation

Dependencies

Install Node dependencies using pnpm.

$ pnpm install

Developing the Space application locally

  1. Copy .env.example to .env.

  2. Follow the steps in the Neon development guide.

  3. Read the Prisma development guide

  4. Read the Remix development guide

  5. Run the following commands in separate terminals.
    They will start the dev servers for developing on the space application and the associated database.