This is a simple web application that allows you to play ping pong with your friends.
- Clone this repository
- Run
make
- Open
http://localhost:3000
in your browser
git clone --recurse-submodules https://github.com/spacepong/app.git spacepong
cd server; git checkout main; git pull; cd ..
cd client; git checkout main; git pull; cd ..