https://github.com/wasabina67/brick-breaker
Brick breaker
https://github.com/wasabina67/brick-breaker
brick-breaker gh-pages vibe-coding
Last synced: 2 months ago
JSON representation
Brick breaker
- Host: GitHub
- URL: https://github.com/wasabina67/brick-breaker
- Owner: wasabina67
- License: mit
- Created: 2025-08-24T07:07:27.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-08-24T07:41:18.000Z (3 months ago)
- Last Synced: 2025-08-24T14:08:41.618Z (3 months ago)
- Topics: brick-breaker, gh-pages, vibe-coding
- Language: TypeScript
- Homepage: https://wasabina67.github.io/brick-breaker/
- Size: 35.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# brick-breaker
Brick breaker
## dev
```bash
npm run dev
```
## build
```bash
npm run build && git add -A && git commit -m "build"
```
## lint
```bash
npm run lint
```