Add README.md
This commit is contained in:
parent
628428dd38
commit
1beaba388e
15
README.md
Normal file
15
README.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# Liliquiz - Lightweight Live Quiz
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
```
|
||||||
|
npm install
|
||||||
|
PASSWORD=my_admin_password node index.js
|
||||||
|
```
|
||||||
|
|
||||||
|
Point your students to the root URL
|
||||||
|
|
||||||
|
Go to `/login` to login with the admin password
|
||||||
|
Go to `/choices` to start a poll (admin only)
|
||||||
|
|
||||||
|
Going to /#abstain will skip the vote and go straight to the results.
|
Loading…
Reference in New Issue
Block a user