Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/krmax44/guess-the-politician

Multiplayer party game about quickly guessing the searched politician with properties provided by Wikidata.
https://github.com/krmax44/guess-the-politician

game hackathon-project multiplayer party-game vue wikidata

Last synced: 10 days ago
JSON representation

Multiplayer party game about quickly guessing the searched politician with properties provided by Wikidata.

Awesome Lists containing this project

README

        

# guess-the-politician

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn run serve
```

### Compiles and minifies for production
```
yarn run build
```

### Run your tests
```
yarn run test
```

### Lints and fixes files
```
yarn run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).