# bounce **Repository Path**: mirrors_bramp/bounce ## Basic Information - **Project Name**: bounce - **Description**: Bouncing Ball Game (unfinished) - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-22 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```