From 1beaba388e5f33cbf92d9821a1e54af7e471cba8 Mon Sep 17 00:00:00 2001 From: Maxime Augier Date: Sat, 15 Feb 2025 23:44:06 +0100 Subject: [PATCH] Add README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bdff664 --- /dev/null +++ b/README.md @@ -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.