Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Latest commit

 

History

History
25 lines (13 loc) · 1.01 KB

README.md

File metadata and controls

25 lines (13 loc) · 1.01 KB

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.