Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ HELPq Public
forked from ehzhang/HELPq

💁 an extensible real-time queue application, for mentorship @ hackathons and classrooms

License

Notifications You must be signed in to change notification settings

kyeb/HELPq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Q

An extensible, customizable real-time queue system, built with Meteor.

** This is an alpha release. This queue is fully functional, but code will move around and features will be added over the next few months. Keep checking back for the most up to date. **

Documentation will be extended in the next few weeks. To start:

Quickstart

For front end branding, edit client/stylesheets/scss/_branding.scss

Compile css with

  sass --watch client/stylesheets/scss:client/stylesheets/css

To edit copy, edit lib/constants.js

To configure login:

  cp private/config.json.template private/config.json

Edit private/config.json.

This will also contain the admin account username and password you'll use to login later.

Startup with meteor

Deploy with meteor deploy <your domain name>.meteor.com

Login as an Admin to grant yourself mentor/admin access. In the javascript console, type:

Meteor.loginWithPassword("<your admin username>", "your admin password");

About

💁 an extensible real-time queue application, for mentorship @ hackathons and classrooms

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 94.5%
  • HTML 3.9%
  • CSS 1.5%
  • Shell 0.1%