Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 177 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 177 Bytes

Pong

Trying out Pixi React to make Pong.

To run locally:

npm install
npm run dev

To build:

npm install
npm run build