You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-13
Original file line number
Diff line number
Diff line change
@@ -1,34 +1,40 @@
1
-
Q
2
-
====
1
+
HELPq
2
+
=====
3
3
4
-
An extensible, customizable real-time queue system, built with Meteor.
4
+
An extensible, customizable real-time queue system, built with [Meteor](https://www.meteor.com/).
5
5
6
-
** 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. **
6
+
** This is beta 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. **
7
7
8
-
Documentation will be extended in the next few weeks. To start:
8
+
Requirements
9
+
------------
9
10
10
11
Quickstart
11
12
----------
13
+
```sh
14
+
./create_config
15
+
meteor
16
+
```
17
+
18
+
Configuration
19
+
-------------
12
20
For front end branding, edit `client/stylesheets/scss/_branding.scss`
0 commit comments