Helps manage meetings and assemblies
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.
 
 
 
buttle 88c8797c85 sets input focus 8 months ago
LICENSES First commit 8 months ago
dist sets input focus 8 months ago
public init 8 months ago
src sets input focus 8 months ago
.gitignore adds /dist with compiled app 8 months ago
README.md updates README 8 months ago
babel.config.js init 8 months ago
jsconfig.json init 8 months ago
package-lock.json First commit 8 months ago
package.json First commit 8 months ago
vue.config.js init 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

Customize configuration

See Configuration Reference.