Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 517 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 517 Bytes

Screenshots

Homepage

Homepage

Lobby

Lobby

Answer Round

Answer Round

Voting Round

Voting Round

Winner Results

Winner Results

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# run redis at localhost:6379
redis-server

# run express server
cd server
node app.js