Skip to content

Setting Up Your Project

Each Stadium 8 frontend lives in its own dedicated GitHub repository, separate from any backend or other project repositories. This keeps Stadium 8’s automated commits and quality gate workflow isolated and clean.

  1. Go to the Stadium 8 template repository on GitHub and click Use this template to create a new repository under your account.
  2. Clone the new repository to your machine:
    git clone <your-repo-url>
  3. Open the project in Claude Code. Use either the VS Code extension or run claude in the project directory.
  4. No installation step is needed. Claude runs npm install automatically when it starts building.

Don’t add anything to documentation/ yet. That comes in the next step.