You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
8 months ago | |
---|---|---|
LICENSES | 8 months ago | |
dist | 8 months ago | |
public | 8 months ago | |
src | 8 months ago | |
.gitignore | 8 months ago | |
README.md | 8 months ago | |
babel.config.js | 8 months ago | |
jsconfig.json | 8 months ago | |
package-lock.json | 8 months ago | |
package.json | 8 months ago | |
vue.config.js | 8 months ago |
README.md
Tornam
Software to help moderate meetings.
- Add (and edit) participants
- Queue participants
- Count the seconds each participant speaks
- Participants who have spoken less are moved to the front of the queue
- Ring a bell to remind the speaker that their time is up.
Installation
Copy the /dist
directory to your server and point the web server to index.html
Development
This software uses the Vue3 framework
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Lints and fixes files
npm run lint