Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyh/2up
Realtime multiplayer party games 🎮
https://github.com/kyh/2up
game multiplayer nextjs partykit react realtime supabase
Last synced: about 1 month ago
JSON representation
Realtime multiplayer party games 🎮
- Host: GitHub
- URL: https://github.com/kyh/2up
- Owner: kyh
- Created: 2020-01-26T00:22:40.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-10T01:14:38.000Z (8 months ago)
- Last Synced: 2024-05-19T16:03:25.122Z (8 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
[![GitHub last commit](https://img.shields.io/github/last-commit/kyh/2up)](https://github.com/kyh/2up)
[![Discord](https://img.shields.io/badge/Discord-Join%20Chat-%237289DA)](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)