https://github.com/kyh/2up
Realtime multiplayer party games 🎮
https://github.com/kyh/2up
game multiplayer nextjs partykit react realtime supabase
Last synced: 5 months ago
JSON representation
Realtime multiplayer party games 🎮
- Host: GitHub
- URL: https://github.com/kyh/2up
- Owner: kyh
- Created: 2020-01-26T00:22:40.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-10T01:14:38.000Z (12 months ago)
- Last Synced: 2024-05-19T16:03:25.122Z (11 months ago)
- Topics: game, multiplayer, nextjs, partykit, react, realtime, supabase
- Language: TypeScript
- Homepage: https://2uphq.com
- Size: 13.3 MB
- Stars: 40
- Watchers: 4
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/kyh/2up)
[](https://discord.gg/Rt8ygmQ4fk)# 2up
[🚀 Website](https://2uphq.com) | [App Store]() | [Play Store]()
> A platform for real-time multiplayer trivia games 🎮
## Get Started
```
├── /apps # Web ReactJS client
| ├── /web/src
│ │ ├── /components # Shared React components
│ │ ├── /lib # App features
│ │ ├── /pages # Next.js renderable pages
│ │ ├── /server # TRPC api backend
│ │ ├── /styles # Theme and global styling
│ │ └── /utils # Utility modules
│ └── /voice # [IN PROGRESS] Voice server
```## Stack
This project uses the following libraries and services:
- Framework - [Next.js](https://nextjs.org)
- Styling - [Tailwind](https://tailwindcss.com)
- API - [TRPC](https://trpc.io/)
- Database - [Postgres (Supabase)](https://supabase.com) + [Prisma](https://www.prisma.io)
- Hosting - [Vercel](https://vercel.com)