An open API service indexing awesome lists of open source software.

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

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```