Skip to main content

Documentation Index

Fetch the complete documentation index at: https://clubhub.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Prerequisites

Clone the clubhub-space/clubhub GitHub repository

Installation

$ volta install node

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.
$ nx dev space-db