Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ericyoondotcom/discordroulette
Guess who sent the discord message! A fun web game to play together via screenshare.
https://github.com/ericyoondotcom/discordroulette
Last synced: 8 days ago
JSON representation
Guess who sent the discord message! A fun web game to play together via screenshare.
- Host: GitHub
- URL: https://github.com/ericyoondotcom/discordroulette
- Owner: ericyoondotcom
- License: gpl-3.0
- Created: 2023-06-14T05:24:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-04T03:38:55.000Z (about 1 year ago)
- Last Synced: 2024-04-22T17:54:47.443Z (9 months ago)
- Language: JavaScript
- Size: 889 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DiscordRoulette
Guess who sent the discord message! A fun Discord game to play together.## Get started
1. Make a Firebase project, enable Hosting, Functions, and Realtime Database
2. `cd roulette-backend`; `firebase init` (choose RTDB and Functions); `cd functions` and `npm install`
3. `cd roulette-web`; `firebase init` (choose Hosting); `npm install`
4. Copy `roulette-web/src/constants.js.template` to `roulette-web/src/constants.js` and fill in each value
5. To start functions emulators, in `roulette-backend/functions` do `npm start`
6. To start web, in `roulette-web` do `npm start`