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

https://github.com/bramp/bounce

Bouncing Ball Game (unfinished)
https://github.com/bramp/bounce

Last synced: 4 months ago
JSON representation

Bouncing Ball Game (unfinished)

Awesome Lists containing this project

README

          

# Install

```shell
npm install
```

# Dev

```shell
npm run dev

# go to http://localhost:8080/
```

# Lint

```shell
npm run lint
```

# Build

```shell
npm run build
```