Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 hours 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-16T16:37:29.000Z (3 months ago)
- Last Synced: 2024-08-16T18:11:29.821Z (3 months 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)
![image](https://github.com/cdleveille/kickups/assets/1410481/6dbb18b7-6819-4252-94d5-d8e2f719d0ec)
## 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)