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
- Host: GitHub
- URL: https://github.com/codergautam/carball.io
- Owner: codergautam
- Created: 2022-05-31T11:39:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-26T10:47:14.000Z (about 2 years ago)
- Last Synced: 2025-04-15T08:16:16.686Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 11.2 MB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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!