Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/krmax44/guess-the-politician
- Owner: krmax44
- License: mit
- Created: 2019-02-23T12:37:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-01T01:17:10.000Z (over 2 years ago)
- Last Synced: 2024-11-10T23:40:40.433Z (2 months ago)
- Topics: game, hackathon-project, multiplayer, party-game, vue, wikidata
- Language: Vue
- Homepage: https://gtp.krmax44.de
- Size: 575 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).