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.
- Go to the Stadium 8 template repository on GitHub and click Use this template to create a new repository under your account.
- Clone the new repository to your machine:
git clone <your-repo-url>
- Open the project in Claude Code. Use either the VS Code extension or run
claudein the project directory. - No installation step is needed. Claude runs
npm installautomatically when it starts building.
Don’t add anything to documentation/ yet. That comes in the next step.