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

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

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 ... 本体
```