https://github.com/raphaelhaettich/werwolfga.me
https://github.com/raphaelhaettich/werwolfga.me
eslint firebase material-ui progressive-web-app re-base react react-grid-system react-router react-simple-state
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/raphaelhaettich/werwolfga.me
- Owner: RaphaelHaettich
- License: mit
- Created: 2017-04-24T15:23:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T23:37:43.000Z (over 2 years ago)
- Last Synced: 2023-02-27T18:33:47.555Z (over 2 years ago)
- Topics: eslint, firebase, material-ui, progressive-web-app, re-base, react, react-grid-system, react-router, react-simple-state
- Language: JavaScript
- Homepage: https://werwolfga.me
- Size: 2.07 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Werwolfgame Project
*Using React, React Router, Firebase, and many more things*
#### Instructions:
* You need a Firebase database with email auth enabled
* The only data you need in your database are the cards###### Schema:
```
cards/
de/
replace_wiht_your_uniqueCardKey/
description: string
name: string
pictureback: string:url
picturefront: string:url
en/
replace_wiht_your_uniqueCardKey/
description: string
name: string
pictureback: string:url
picturefront: string:url
```
* Swap out the firebase config in ```src/config/constants``` with your own
* ```yarn```
* ```yarn start```
* Visit ```localhost:3000```