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

https://github.com/codergautam/carball.io

A multiplayer soccer game with cars, play from your browser
https://github.com/codergautam/carball.io

Last synced: about 1 year ago
JSON representation

A multiplayer soccer game with cars, play from your browser

Awesome Lists containing this project

README

          

# carball.io

## how to run on a server
1. pnpm i
2. npm run build
3. node .

Running on port 3000

## development

running client in dev mode:
1. pnpm i
2. cd client
3. npm run watch

Running server in dev mode:

Now open a new terminal while that's running
1. node .

Running on port 3000

Make sure to restart `node .` whenever you make a server change

Enjoy!