Thanks to visit codestin.com
Credit goes to github.com

Skip to content

TomekGancarczyk/kata-workshop-cc

Repository files navigation

Car Game Workshop

A minimal React Three Fiber starter for the AI-assisted coding workshop.

Quick Start

npm install
npm run dev

Open http://localhost:5173 in your browser. You should see a rotating orange cube.

Docker Alternative

If you have issues with local setup:

docker compose up --build

Tech Stack

  • React 19 + TypeScript
  • Vite (with SWC)
  • React Three Fiber + Drei
  • Zustand (state management)

Available Scripts

Command Description
npm run dev Start dev server
npm run build Build for production
npm run preview Preview production build
npm run lint Run ESLint
npm run format Format code with Prettier
npm run test Run tests with Vitest

Project Structure

src/
├── components/
│   └── Scene.tsx       # 3D scene with rotating cube
├── store/
│   └── gameStore.ts    # Zustand store example
├── App.tsx             # Main app with Canvas
└── main.tsx            # Entry point

Workshop Goal

Build a simple car game using AI-assisted coding with Claude Code!

Disclaimer

This project is provided for educational purposes as part of an AI-assisted coding workshop. It is provided "as is", without warranty of any kind. You are solely responsible for any code you write, modify, or execute during this workshop. See LICENSE for full terms.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published