이 프로그램은 React+Vite Project를 이용하여 GPT-5 thinking 모델이 생성한 프로그램(Vibe coding)을 github Action를 활용하여 실행하는 벽돌깨기 샘플 프로그램입니다. 프로그램 실행은 https://sunujh6.github.io/vibe-code-break-bricks/ 에서 확인할 수 있습니다.
NPM 10.9.3, node.js 22.18.0, vite v7.1.2
--- upgrade packages ---
$ wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
$ nvm insall --lts
$ git clone https://github.com/sunujh6/vibe-code-break-bricks
$ cd vibecode-omok
$ npm install
$ npm install framer-motion lucide-react
$ npm run build
$ npm run preview
Type http://localhost:4173/vibe-code-break-bricks/ url on your browser
$ npm run dev