Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 590 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 590 Bytes

Win.BocaJS.org - Raffle system for Meetups

A raffle system for your meetups or which ever event gives away prices.
Everyone get's tickes automatically on their phones.

You go to /main for the website that will be shown largely on a big screen for everyone to see
on your laptop or personal phone you (as the organizer) go to /admin and controll when the winner is announced.

Live Demo:

http://win.bocajs.org

Running Locally

git clone https://github.com/bocajs/win.bocajs.org
cd win.bocajs.org
npm i
npm start
(Then browse to http://localhost:5000)