Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 516 Bytes

File metadata and controls

25 lines (18 loc) · 516 Bytes

A contest like no other...

MathBuzzer is buzzin.live but with answer collection and a refreshed UI.

Give it a try at https://buzzer.groups.id!


Quickstart

Dependencies: Node16, Python3

# Clone
git clone https://github.com/py660/MathBuzzer.git
cd MathBuzzer

# Install deps
npm install
pip install -r requirements.txt # aiohttp, python-socketio

# Build
npm run build

# Serve
PORT=6600 python3 main.py # add VERBOSE=true to see INFO logs