https://github.com/cdleveille/kickups
How long can you keep it up?
https://github.com/cdleveille/kickups
bun express game html5-canvas react reactjs soccer socket-io typescript
Last synced: 2 months ago
JSON representation
How long can you keep it up?
- Host: GitHub
- URL: https://github.com/cdleveille/kickups
- Owner: cdleveille
- License: mit
- Created: 2023-04-21T00:28:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-16T16:37:29.000Z (almost 2 years ago)
- Last Synced: 2025-02-17T15:43:56.217Z (over 1 year ago)
- Topics: bun, express, game, html5-canvas, react, reactjs, soccer, socket-io, typescript
- Language: TypeScript
- Homepage: https://kickups.fly.dev
- Size: 5.57 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kickups
How long can you keep it up?
[kickups.fly.dev](https://kickups.fly.dev)

## Browser Support
| [
](http://godban.github.io/browsers-support-badges/)
Edge | [
](http://godban.github.io/browsers-support-badges/)
Firefox | [
](http://godban.github.io/browsers-support-badges/)
Chrome | [
](http://godban.github.io/browsers-support-badges/)
Safari | [
](http://godban.github.io/browsers-support-badges/)
iOS Safari | [
](http://godban.github.io/browsers-support-badges/)
Opera |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
## Local Setup
1. Install [Bun](https://bun.sh)
2. Install package dependencies: `bun i`
3. Install [Docker Desktop](https://www.docker.com/products/docker-desktop)
4. Initialize database container: `bun db:up`
5. Start app: `bun dev`
## Technologies
- [Bun](https://bun.sh)
- [Express](https://expressjs.com)
- [MongoDB](https://www.mongodb.com)
- [React](https://react.dev)
- [Socket.io](https://socket.io)