https://github.com/zk-phi/publiqa
Simple buzzer quiz engine for everyone
https://github.com/zk-phi/publiqa
web
Last synced: 3 months ago
JSON representation
Simple buzzer quiz engine for everyone
- Host: GitHub
- URL: https://github.com/zk-phi/publiqa
- Owner: zk-phi
- Created: 2020-04-27T15:22:51.000Z (almost 6 years ago)
- Default Branch: gh-pages
- Last Pushed: 2026-01-10T14:43:56.000Z (4 months ago)
- Last Synced: 2026-01-10T23:37:24.047Z (4 months ago)
- Topics: web
- Language: HTML
- Homepage:
- Size: 1.31 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
https://zk-phi.github.io/publiqa/
## Dev
```terminal
yarn install
yarn run dev
```
現状はペライチの Vue 実装なので、ビルド不要です。
``` text
- assets ... 効果音など
- lib ... 問題データのパーサなど、諸々のモジュール
- tests ... E2E テスト(未実装)
- main.js ... 本体
- style.css ... 本体
```