An open API service indexing awesome lists of open source software.

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

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
```