The main goals of this app is to provide a way to:
- encourage students to actively participate by asking simple questions
- gather students' reactions during on-line lecture, which gives the lecturers feedback they lack
To run app first you need to install dependencies:
npm install
Next you have to build sites:
npm run build
And then start deno server:
npm run deno
If you want to run app in developent mode instead of two commands above run:
npm run launch