Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
/ react-raffle-manager Public archive

Raffle Manager used by CSUF Swing Dance Club to manage digital raffle tickets

Notifications You must be signed in to change notification settings

Weffe/react-raffle-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raffle Manager

WARNING: The following project has been deprecated and is not in use due to DeepstreamHub stopping their services. Look to raffle-manager as a better alternative.

Page Preview

Website: http://raffle.swingdanceclub.surge.sh/

This is a web app that is used by CSUF Swing Dance Club to manage digital raffle tickets.

It supports real-time updates whenever someone adds a ticket or wins a raffle via Deepstream. It has a basic User account system and is meant to be a fun side project.

Getting Started

  1. To run this project first install all dependencies: npm install

  2. Then, start the dev server: npm start

  3. To build a production ready bundle: npm run build

  4. To upload the build to surge.sh (defaults to raffle.swingdanceclub.surge.sh): npm run upload

Side Note

Admin account info is not provided due to the fact that this webpage is viewable online. Pretty much for security reasons.